1
0
Fork 0

Fix sops paths

This commit is contained in:
Avery 2024-04-03 23:41:47 +02:00
parent e8acf7ca05
commit ecb8159185
Signed by: Avery
GPG key ID: B684FD451B692E04
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@
sops = {
secrets.avery_password = {
sopsFile = "/etc/nixos/secrets/hosts/common.yaml";
sopsFile = "/etc/nixos/secrets/common.yaml";
neededForUsers = true;
};
validateSopsFiles = false;

View file

@ -102,7 +102,7 @@
systemd = { services = { NetworkManager-wait-online.enable = false; }; };
sops = {
defaultSopsFile = "/etc/nixos/secrets/hosts/totsugeki.yaml";
defaultSopsFile = "/etc/nixos/secrets/totsugeki.yaml";
age.keyFile = "/home/avery/.config/sops/age/keys.txt";
};