From e0c7745d271c9ab5f15d62f93b16f716422a45c1 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Tue, 17 Sep 2024 20:15:28 +0200 Subject: [PATCH] fix: option roundcube does not exist --- hosts/nuos/configuration.nix | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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 = {