mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-02 23:47:18 +02:00
Much change, kinda broke my git history
This commit is contained in:
parent
dbd0f9a448
commit
af11597854
12 changed files with 104 additions and 17 deletions
|
@ -29,7 +29,7 @@ with lib;
|
|||
msmtp.enable = true;
|
||||
primary = true;
|
||||
realName = "Julien Malka";
|
||||
passwordCommand = "${pkgs.gnupg}/bin/gpg -q --batch --passphrase-file /home/julien/email-passphrase -d ${./ens.pass.gpg}";
|
||||
passwordCommand = "cat /home/julien/.config/ens-mail-passwd";
|
||||
smtp = {
|
||||
host = "clipper.ens.fr";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue