diff options
Diffstat (limited to 'home/alpha')
-rw-r--r-- | home/alpha/zach.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home/alpha/zach.nix b/home/alpha/zach.nix index 126ac6b..336217c 100644 --- a/home/alpha/zach.nix +++ b/home/alpha/zach.nix @@ -5,5 +5,8 @@ activeProfiles = [ "base" "browsing" "development" "messaging" "multimedia" "research" ]; programs.htop.settings.detailed_cpu_time = true; + + sops.defaultSopsFile = ../secrets/secrets.yaml; + sops.gnupg.home = "/home/zach/.gnupg"; }; } |