1
0
Fork 0

hosts/backup-4: fix path to backup htpasswd

This commit is contained in:
clerie 2023-05-16 09:28:44 +02:00
parent d241370821
commit 5fa2b58c3d
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
# restic rest server does not support --htpasswd-file in the current version of nixpkgs
# until then we copy the secrets to the common location
age.secrets.restic-server-magenta-htpasswd = {
path = "/mnt/clerie-backup/magenta/.htpasswd";
path = "/mnt/backup-4/magenta/.htpasswd";
symlink = false;
owner = "restic";
group = "restic";