1
0

hosts/backup-4: Migrate secrets to sops

This commit is contained in:
2024-05-04 14:43:33 +02:00
parent c8c9526241
commit 972169c339
4 changed files with 28 additions and 24 deletions

View File

@@ -10,9 +10,8 @@
# 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 = {
sops.secrets.restic-server-magenta-htpasswd = {
path = "/mnt/backup-4/magenta/.htpasswd";
symlink = false;
owner = "restic";
group = "restic";
};