update #193

Merged
Mic92 merged 12 commits from update into main 2024-06-10 10:20:01 +00:00
Showing only changes of commit ac170ab190 - Show all commits

View File

@ -21,10 +21,11 @@ let
}; };
in in
{ {
mailserver = rec { mailserver = {
enable = true; enable = true;
fqdn = "mail.clan.lol"; fqdn = "mail.clan.lol";
domains = [ "clan.lol" ]; domains = [ "clan.lol" ];
enablePop3 = true;
loginAccounts."golem@clan.lol".hashedPasswordFile = loginAccounts."golem@clan.lol".hashedPasswordFile =
config.clanCore.facts.services.golem-mail.secret.golem-password-hash.path; config.clanCore.facts.services.golem-mail.secret.golem-password-hash.path;