From 5fa2b58c3d0de2da3215eee80d47558e36256bc3 Mon Sep 17 00:00:00 2001 From: clerie Date: Tue, 16 May 2023 09:28:44 +0200 Subject: [PATCH] hosts/backup-4: fix path to backup htpasswd --- hosts/backup-4/restic-server.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/backup-4/restic-server.nix b/hosts/backup-4/restic-server.nix index 86a4794..034af54 100644 --- a/hosts/backup-4/restic-server.nix +++ b/hosts/backup-4/restic-server.nix @@ -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";