diff --git a/base/secrets.nix b/base/secrets.nix index c5b7527..a62e205 100644 --- a/base/secrets.nix +++ b/base/secrets.nix @@ -13,6 +13,6 @@ with lib; config = { sops.defaultSopsFile = ./secrets/secrets.yaml; sops.defaultSopsFormat = "yaml"; - sops.age.keyFile = "/home/etorres/.config/sops-nix/keys.txt"; + sops.age.keyFile = "/home/etorres/.config/sops/age/keys.txt"; }; }