diff --git a/common/nixos.nix b/common/nixos.nix index babc977..2c8a76e 100644 --- a/common/nixos.nix +++ b/common/nixos.nix @@ -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; diff --git a/hosts/totsugeki/nixos.nix b/hosts/totsugeki/nixos.nix index 0366919..16410ef 100644 --- a/hosts/totsugeki/nixos.nix +++ b/hosts/totsugeki/nixos.nix @@ -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"; };