cleanup server config
This commit is contained in:
@@ -69,6 +69,20 @@ in {
|
||||
# # ]);
|
||||
# # };
|
||||
# };
|
||||
programs = {
|
||||
msmtp = {
|
||||
enable = true;
|
||||
accounts.default = {
|
||||
auth = true;
|
||||
host = "smtp.gmail.com";
|
||||
port = 587;
|
||||
tls = true;
|
||||
from = "stunner6399@gmail.com";
|
||||
user = "stunner6399@gmail.com";
|
||||
password = "eqyctcgjdykqeuwt";
|
||||
};
|
||||
};
|
||||
};
|
||||
services = let
|
||||
base = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user