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 }; }; }; + }; }