diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/sops.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sops.nix b/modules/sops.nix index 774caad..5e0fbf6 100644 --- a/modules/sops.nix +++ b/modules/sops.nix @@ -9,7 +9,7 @@ # services.openssh generates the host key. { sops = { - defaultSopsFile = ../../secrets/secrets.yaml; + defaultSopsFile = ../secrets/secrets.yaml; defaultSopsFormat = "yaml"; # Derive the machine's age key from its SSH ed25519 host key. |
