From 0512baf6dd03ea0e9ac5e74d81b530d75c40e5df Mon Sep 17 00:00:00 2001 From: sefidel Date: Wed, 15 Feb 2023 23:24:03 +0900 Subject: feat(home/messaging): use sops for mail secret --- home/alpha/zach.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'home/alpha/zach.nix') 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"; }; } -- cgit 1.4.1