From 969f477e19c163270e01c3c9f71c4f16676f53fc Mon Sep 17 00:00:00 2001 From: Origami404 Date: Sun, 17 May 2026 13:54:34 +0800 Subject: [PATCH] sops: fix wrong path --- hosts/oparic-local-dev/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/oparic-local-dev/configuration.nix b/hosts/oparic-local-dev/configuration.nix index 3b3b5de..5680f7a 100644 --- a/hosts/oparic-local-dev/configuration.nix +++ b/hosts/oparic-local-dev/configuration.nix @@ -94,7 +94,7 @@ # 密钥管理: 这是对外机器 sops.defaultSopsFile = ../../secrets/hosts/oparic-local-dev.yaml; - sops.age.keyFile = "/var/lib/sops/age/keys.txt"; + sops.age.keyFile = "/var/lib/sops-nix/age/keys.txt"; sops.secrets.caddy_cloudflare_api_key = { owner = "caddy";