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/home.nix | 9 --------- 1 file changed, 9 deletions(-) (limited to 'desktop/home.nix') diff --git a/desktop/home.nix b/desktop/home.nix index ed4d039..f649145 100644 --- a/desktop/home.nix +++ b/desktop/home.nix @@ -3,15 +3,6 @@ let vars = import ./vars.nix; in { - sops = { - defaultSopsFile = ../secrets/secrets.yaml; - defaultSopsFormat = "yaml"; - gnupg = { - home = "${config.home.homeDirectory}/.gnupg"; - sshKeyPaths = []; - }; - }; - home = { activation.startup-files = lib.hm.dag.entryAfter [ "installPackages" ] '' if [ ! -d "${config.home.homeDirectory}/org/website/" ]; then -- cgit