diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-01-10 21:49:06 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-01-10 21:49:06 -0800 |
commit | b9f83b1dbe2c1c6266495bf64da12cfd81d23965 (patch) | |
tree | 30552d5846c89d9f9013fcb49d04ec3296b45ff2 /desktop/configuration.nix | |
parent | 7ca5c1c30306c6d80ae08b22300277fbed36c98f (diff) |
Diffstat (limited to 'desktop/configuration.nix')
-rw-r--r-- | desktop/configuration.nix | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/desktop/configuration.nix b/desktop/configuration.nix index 445ad90..aa5290e 100644 --- a/desktop/configuration.nix +++ b/desktop/configuration.nix @@ -5,18 +5,6 @@ in { imports = []; - sops = { - defaultSopsFile = ../secrets/secrets.yaml; - defaultSopsFormat = "yaml"; - gnupg = { - home = "/home/${vars.userName}/.gnupg"; - sshKeyPaths = []; - }; - secrets.mail = { - format = "yaml"; - }; - }; - hardware.enableAllFirmware = true; documentation = { |