This commit is contained in:
Jeffrey C. Ollie 2023-04-04 11:30:32 -05:00
parent 12947505c8
commit f86b770954
No known key found for this signature in database
GPG key ID: F936E4DCB7E25F15

View file

@ -207,7 +207,7 @@
package
];
environment.etc."restic/password" = lib.mkIf cfg.password != null {
environment.etc."restic/password" = lib.mkIf (cfg.password != null) {
text = cfg.password;
user = "root";
group = "root";