aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorKaran Jayachandra <mail@karanjayachandra.com>2026-07-17 16:07:01 +0200
committerKaran Jayachandra <mail@karanjayachandra.com>2026-07-17 16:07:01 +0200
commit824c7dd291ef2b9f0e5711933df10fac1b08ce2c (patch)
tree05784a58daf9a909ff7a15710749329ee6969743 /modules
parent76f9d04f0082b2d50af2e2df0043c3e6525671c0 (diff)
Fixed the path of the secrets file
Diffstat (limited to 'modules')
-rw-r--r--modules/sops.nix2
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.