From 8ddd20feeb99a14fa424fd1e03dcecb8a33d65d1 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Thu, 20 Jun 2024 00:25:27 +0530 Subject: [PATCH] fix incorrect path to secrets.yaml --- common/sops.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/sops.nix b/common/sops.nix index d7d0da8..aac4c6d 100644 --- a/common/sops.nix +++ b/common/sops.nix @@ -1,6 +1,6 @@ { config, ... }: { sops = { - defaultSopsFile = ./secrets.yaml; + defaultSopsFile = ../secrets.yaml; age = { keyFile = "/persist/sops/age/keys.txt"; sshKeyPaths = [ "/persist/system/etc/ssh/keys/ssh_host_ed25519_key" ];