diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-01-10 21:27:07 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-01-10 21:27:07 -0800 |
commit | 7ca5c1c30306c6d80ae08b22300277fbed36c98f (patch) | |
tree | 52fb42f3cb08480594ea0e1694e8bf50cc0d9208 /desktop/configuration.nix | |
parent | eb8681997217668dd6e292f20b4198613d500f74 (diff) |
configuration.nix has sops
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 = { |