machines: maui: set git suppress-cc to 'all'

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-08-23 11:07:05 +02:00
parent c4920d7616
commit 065a6e1eb0
Signed by: c8h4
GPG key ID: 1538094429952F86
2 changed files with 5 additions and 2 deletions

View file

@ -25,7 +25,10 @@
terminal.fontSize = 10.5;
};
programs.git.signing.signByDefault = false;
programs.git = {
signing.signByDefault = false;
extraConfig.sendemail.suppresscc = "all";
};
# Nix's swaylock is broken when using on Debian due to some PAM
# incompatibilities. Work around that by simply running Debians

View file

@ -118,7 +118,7 @@ in {
sendemail = {
annotate = true;
confirm = "always";
suppresscc = "self";
suppresscc = lib.mkDefault "self";
};
notes = {
rewrite = {