chore(restic): use new credentials config
This commit is contained in:
parent
f2c49827c2
commit
c87de43103
|
@ -20,7 +20,7 @@ let
|
|||
(removeAttrs args [ "name" "extraPruneOpts" ]) // {
|
||||
initialize = true;
|
||||
repository = "b2:felschr-rpi4-backup:/${name}";
|
||||
s3CredentialsFile = "/etc/nixos/secrets/restic/b2";
|
||||
environmentFile = "/etc/nixos/secrets/restic/b2";
|
||||
passwordFile = "/etc/nixos/secrets/restic/password";
|
||||
timerConfig = if (args ? timerConfig) then
|
||||
args.timerConfig
|
||||
|
|
Loading…
Reference in a new issue