cleanup server config

This commit is contained in:
2024-04-03 21:04:04 -06:00
parent 86d92cc6b5
commit c2c7894f16
2 changed files with 27 additions and 81 deletions

View File

@@ -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;