diff options
author | sefidel <contact@sefidel.net> | 2023-02-15 23:24:03 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-02-15 23:24:03 +0900 |
commit | 0512baf6dd03ea0e9ac5e74d81b530d75c40e5df (patch) | |
tree | 6ce0fba1d065a39be08bb7aa129ff8906942f04b /home/alpha | |
parent | 0d17dc7b7227e58e269140cbd488330dd62c09b2 (diff) | |
download | nixrc-0512baf6dd03ea0e9ac5e74d81b530d75c40e5df.tar.gz nixrc-0512baf6dd03ea0e9ac5e74d81b530d75c40e5df.zip |
feat(home/messaging): use sops for mail secret
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"; }; } |