fix
This commit is contained in:
parent
12947505c8
commit
f86b770954
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@
|
||||||
package
|
package
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.etc."restic/password" = lib.mkIf cfg.password != null {
|
environment.etc."restic/password" = lib.mkIf (cfg.password != null) {
|
||||||
text = cfg.password;
|
text = cfg.password;
|
||||||
user = "root";
|
user = "root";
|
||||||
group = "root";
|
group = "root";
|
||||||
|
|
Loading…
Reference in a new issue