diff options
Diffstat (limited to 'desktop/configuration.nix')
-rw-r--r-- | desktop/configuration.nix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/desktop/configuration.nix b/desktop/configuration.nix index aa5290e..445ad90 100644 --- a/desktop/configuration.nix +++ b/desktop/configuration.nix @@ -5,6 +5,18 @@ in { imports = []; + sops = { + defaultSopsFile = ../secrets/secrets.yaml; + defaultSopsFormat = "yaml"; + gnupg = { + home = "/home/${vars.userName}/.gnupg"; + sshKeyPaths = []; + }; + secrets.mail = { + format = "yaml"; + }; + }; + hardware.enableAllFirmware = true; documentation = { |