diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2026-07-17 16:07:01 +0200 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2026-07-17 16:07:01 +0200 |
| commit | 824c7dd291ef2b9f0e5711933df10fac1b08ce2c (patch) | |
| tree | 05784a58daf9a909ff7a15710749329ee6969743 | |
| parent | 76f9d04f0082b2d50af2e2df0043c3e6525671c0 (diff) | |
Fixed the path of the secrets file
| -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. |
