diff options
Diffstat (limited to 'hosts/radicale/default.nix')
| -rw-r--r-- | hosts/radicale/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/radicale/default.nix b/hosts/radicale/default.nix index 7ed8f11..f2d14fb 100644 --- a/hosts/radicale/default.nix +++ b/hosts/radicale/default.nix @@ -3,7 +3,7 @@ let mac = "02:00:00:00:00:02"; in { - sops.defaultSopsFile = ../../secrets/radicale/secrets.yaml; + sops.defaultSopsFile = ./secrets.yaml; sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; sops.secrets = { |
