about summary refs log tree commit diff
path: root/home/alpha/zach.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-02-15 23:24:03 +0900
committersefidel <contact@sefidel.net>2023-02-15 23:24:03 +0900
commit0512baf6dd03ea0e9ac5e74d81b530d75c40e5df (patch)
tree6ce0fba1d065a39be08bb7aa129ff8906942f04b /home/alpha/zach.nix
parent0d17dc7b7227e58e269140cbd488330dd62c09b2 (diff)
downloadnixrc-0512baf6dd03ea0e9ac5e74d81b530d75c40e5df.tar.gz
nixrc-0512baf6dd03ea0e9ac5e74d81b530d75c40e5df.zip
feat(home/messaging): use sops for mail secret
Diffstat (limited to 'home/alpha/zach.nix')
-rw-r--r--home/alpha/zach.nix3
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";
   };
 }