change sender
This commit is contained in:
parent
6633832dc5
commit
eef403378c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
tls = true;
|
||||
host = "smtp.gmail.com";
|
||||
port = 587;
|
||||
from = "cdombroski@gmail.com";
|
||||
from = "${config.networking.hostName}@notification.icanttype.org";
|
||||
user = "cdombroski";
|
||||
passwordeval = "cat ${config.sops.secrets."gmail/password".path}";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue