From 15574b6902e422b0fdf2bdbd331f54236befde88 Mon Sep 17 00:00:00 2001 From: def Date: Wed, 24 Apr 2024 02:11:30 +0300 Subject: [PATCH] Update sp-modules/simple-nixos-mailserver/config.nix --- sp-modules/simple-nixos-mailserver/config.nix | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/sp-modules/simple-nixos-mailserver/config.nix b/sp-modules/simple-nixos-mailserver/config.nix index cd28bae..b1c8379 100644 --- a/sp-modules/simple-nixos-mailserver/config.nix +++ b/sp-modules/simple-nixos-mailserver/config.nix @@ -59,17 +59,9 @@ lib.mkIf sp.modules.simple-nixos-mailserver.enable { }; services.roundcube = { - enable = true; - # this is the url of the vhost, not necessarily the same as the fqdn of - # the mailserver - hostName = "cube.bloodwine.cyou"; - # extraConfig = '' - # starttls needed for authentication, so the fqdn required to match - # the certificate - # $config['smtp_server'] = "tls://${config.mailserver.fqdn}"; - # $config['smtp_user'] = "%u"; - # $config['smtp_pass'] = "%p"; - # ''; + enable = true; + hostName = "cube.bloodwine.cyou"; + }; services.nginx = { enable = true;