From eeeab476620aa5217ef868b965527b08f4384954 Mon Sep 17 00:00:00 2001 From: blake Date: Wed, 8 Oct 2025 18:56:21 -0500 Subject: [PATCH] 113 current 2025-10-08 18:12:42 25.05.20251006.20c4598 6.12.50 * --- modules/system/sops.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/system/sops.nix b/modules/system/sops.nix index c7c5804..8008586 100644 --- a/modules/system/sops.nix +++ b/modules/system/sops.nix @@ -16,6 +16,8 @@ in defaultSopsFile = ../../secrets/secrets.yaml; defaultSopsFormat = "yaml"; age.keyFile = "/home/blake/.config/sops/age/keys.txt"; + + secrets = { "blake_passwd" = lib.mkIf config.users.blake.enable { owner = "root"; group = "root"; @@ -23,4 +25,5 @@ in }; }; }; + }; }