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
{
mailserver = rec {
mailserver = {
enable = true;
fqdn = "mail.clan.lol";
domains = [ "clan.lol" ];
enablePop3 = true;
loginAccounts."golem@clan.lol".hashedPasswordFile =
config.clanCore.facts.services.golem-mail.secret.golem-password-hash.path;