From 824c7dd291ef2b9f0e5711933df10fac1b08ce2c Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Fri, 17 Jul 2026 16:07:01 +0200 Subject: Fixed the path of the secrets file --- modules/sops.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.3.1