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
|
# restic rest server does not support --htpasswd-file in the current version of nixpkgs
|
||||||
# until then we copy the secrets to the common location
|
# until then we copy the secrets to the common location
|
||||||
age.secrets.restic-server-magenta-htpasswd = {
|
age.secrets.restic-server-magenta-htpasswd = {
|
||||||
path = "/mnt/clerie-backup/magenta/.htpasswd";
|
path = "/mnt/backup-4/magenta/.htpasswd";
|
||||||
symlink = false;
|
symlink = false;
|
||||||
owner = "restic";
|
owner = "restic";
|
||||||
group = "restic";
|
group = "restic";
|
||||||
|
Loading…
Reference in New Issue
Block a user