1
0

hosts/clerie-backup: Migrate secrets to sops

This commit is contained in:
2024-05-05 14:18:43 +02:00
parent 3533f7a8fb
commit 0905083fb2
4 changed files with 28 additions and 12 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-cyan-htpasswd = {
sops.secrets.restic-server-cyan-htpasswd = {
path = "/mnt/clerie-backup/cyan/.htpasswd";
symlink = false;
owner = "restic";
group = "restic";
};