From 262d488283bf54876e1f32ea586435cd45e9eaed Mon Sep 17 00:00:00 2001 From: jay Date: Sat, 12 Jul 2025 09:49:31 -0400 Subject: [PATCH] Remove Default sops file? --- nodes/hosts/common/system/sops.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/hosts/common/system/sops.nix b/nodes/hosts/common/system/sops.nix index 7d60c43..6d3589b 100644 --- a/nodes/hosts/common/system/sops.nix +++ b/nodes/hosts/common/system/sops.nix @@ -1,6 +1,6 @@ { config, inputs, lib, ... }: { sops = { - defaultSopsFile = ../../../../private/secrets.yaml; + #defaultSopsFile = ../../../../private/secrets.yaml; secrets = { jay_password_hash = { neededForUsers = true;