diff --git a/system-config/configuration/homebox/default.nix b/system-config/configuration/homebox/default.nix index e2f952b..5a83dd1 100644 --- a/system-config/configuration/homebox/default.nix +++ b/system-config/configuration/homebox/default.nix @@ -197,7 +197,7 @@ sops = { age.keyFile = "/persist/home/nathan/.config/sops/age/keys.txt"; - defaultSopsFile = ./secrets/secrets.yaml; + defaultSopsFile = ./secrets.yaml; defaultSopsFormat = "yaml"; secrets = { diff --git a/system-config/configuration/laptop/default.nix b/system-config/configuration/laptop/default.nix index 2088f92..7622d8b 100644 --- a/system-config/configuration/laptop/default.nix +++ b/system-config/configuration/laptop/default.nix @@ -198,7 +198,7 @@ sops = { age.keyFile = "/home/nathan/.config/sops/age/keys.txt"; - defaultSopsFile = ./secrets/secrets.yaml; + defaultSopsFile = ./secrets.yaml; defaultSopsFormat = "yaml"; };