.
This commit is contained in:
parent
898a30630c
commit
9792adb545
1 changed files with 2 additions and 1 deletions
3
home.nix
3
home.nix
|
@ -360,9 +360,10 @@ args@{ config, pkgs, split-monitor-workspaces, flatpaks, ... }:
|
|||
diff-so-fancy = { enable = true; };
|
||||
extraConfig = {
|
||||
sendemail = {
|
||||
annotate = true;
|
||||
smtpserver = "lyrion.ch";
|
||||
smtpuser = "dziltener";
|
||||
smtpencryption = "starttls";
|
||||
smtpencryption = "ssl";
|
||||
smtpserverport = 465;
|
||||
};
|
||||
rebase.autoStash = true;
|
||||
|
|
Loading…
Reference in a new issue