Fix sops paths
This commit is contained in:
parent
e8acf7ca05
commit
ecb8159185
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue