diff --git a/common/sops.nix b/common/sops.nix index d7d0da8..aac4c6d 100644 --- a/common/sops.nix +++ b/common/sops.nix @@ -1,6 +1,6 @@ { config, ... }: { sops = { - defaultSopsFile = ./secrets.yaml; + defaultSopsFile = ../secrets.yaml; age = { keyFile = "/persist/sops/age/keys.txt"; sshKeyPaths = [ "/persist/system/etc/ssh/keys/ssh_host_ed25519_key" ];