From 7ca5c1c30306c6d80ae08b22300277fbed36c98f Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Fri, 10 Jan 2025 21:27:07 -0800 Subject: configuration.nix has sops --- desktop/configuration.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'desktop/configuration.nix') 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 = { -- cgit