correct the path to the password

This commit is contained in:
Andreas Zweili 2022-02-28 18:24:51 +01:00
parent b4e44a94aa
commit 3e6e0cfead
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ in
script = ''
${pkgs.restic}/bin/restic \
--repo ${repository} \
--password-file "/home/${custom.username}/.nixos/secrets/passwords/restic.key" \
--password-file "/etc/restic/restic.key" \
prune \
'';
};