fix(backup.nix): remove /secrets
from backup paths
This commit is contained in:
parent
0b4b32c290
commit
d971ab334e
@ -16,7 +16,7 @@
|
|||||||
passwordFile = config.age.secrets.restic-passwords.path;
|
passwordFile = config.age.secrets.restic-passwords.path;
|
||||||
environmentFile = config.age.secrets.restic-environment.path;
|
environmentFile = config.age.secrets.restic-environment.path;
|
||||||
repository = "b2:architect:/";
|
repository = "b2:architect:/";
|
||||||
paths = [ "/var/lib" "/secrets" "/services" ];
|
paths = [ "/var/lib" "/services" ];
|
||||||
pruneOpts = [
|
pruneOpts = [
|
||||||
"--keep-daily 45"
|
"--keep-daily 45"
|
||||||
"--keep-weekly 12"
|
"--keep-weekly 12"
|
||||||
|
Loading…
Reference in New Issue
Block a user