diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-04-18 10:52:45 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-04-18 10:52:45 +0300 |
commit | 9ac64328603d44bd272175942d3ea3eaadcabd04 (patch) | |
tree | 58d6a9ff07033fac2678cbd8da2fbc298605afce /modules/common/profiles | |
parent | 2024-04-15 (diff) |
2024-04-18
Diffstat (limited to '')
-rw-r--r-- | modules/common/profiles/email.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/common/profiles/email.nix b/modules/common/profiles/email.nix index a525692..cf4169c 100644 --- a/modules/common/profiles/email.nix +++ b/modules/common/profiles/email.nix @@ -75,7 +75,7 @@ in realName = my.fullname; gpg = { inherit (my.pgp) key; - signByDefault = true; + signByDefault = false; encryptByDefault = false; }; |