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