set age key dir to be in persist dir

This commit is contained in:
2024-11-18 15:24:15 -06:00
parent 359bc6769d
commit af730c5b20
7 changed files with 102 additions and 96 deletions

View File

@@ -167,7 +167,6 @@
"/var/lib/bluetooth"
"/var/lib/nixos"
"/var/lib/nixos-containers"
"/var/run/nixos-containers"
"/var/lib/systemd/coredump"
"/var/lib/docker"
"/etc/NetworkManager/system-connections"
@@ -182,7 +181,7 @@
};
sops = {
age.keyFile = "/home/nathan/.config/sops/age/keys.txt";
age.keyFile = "/persist/home/nathan/.config/sops/age/keys.txt";
defaultSopsFile = ./secrets/secrets.yaml;
defaultSopsFormat = "yaml";
@@ -197,7 +196,7 @@
"pihole/pass" = {};
"nextcloud/pass" = {
owner = "nextcloud";
owner = "sshd";
};
};
};
@@ -258,7 +257,7 @@
pihole.enable = true;
nextcloud.enable = true;
nextcloud.enable = false;
gitlab.enable = true;
};