hosts/backup-4: fix path to backup htpasswd
This commit is contained in:
parent
d241370821
commit
5fa2b58c3d
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user