diff --git a/hosts/nuos/configuration.nix b/hosts/nuos/configuration.nix index b1c16bb..d8c8612 100644 --- a/hosts/nuos/configuration.nix +++ b/hosts/nuos/configuration.nix @@ -268,17 +268,17 @@ relayHost = "mail.voorwaarts.nl"; relayPort = 125; }; - }; - roundcube = { - enable = true; - hostName = "mail.itepastra.nl"; - extraConfig = '' - # starttls needed for authentication, so the fqdn required to match - # the certificate - $config['smtp_server'] = "tls://mail.itepastra.nl"; - $config['smtp_user'] = "%u"; - $config['smtp_pass'] = "%p"; - ''; + roundcube = { + enable = true; + hostName = "mail.itepastra.nl"; + extraConfig = '' + # starttls needed for authentication, so the fqdn required to match + # the certificate + $config['smtp_server'] = "tls://mail.itepastra.nl"; + $config['smtp_user'] = "%u"; + $config['smtp_pass'] = "%p"; + ''; + }; }; mailserver = {