From ab27f734926fa208141b87054bd6d14d35c9546a Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Wed, 11 Jun 2025 19:23:41 +0200 Subject: [PATCH] disable roundcube --- systems/hetzner/mail.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/hetzner/mail.nix b/systems/hetzner/mail.nix index 35016cb..6e74d00 100644 --- a/systems/hetzner/mail.nix +++ b/systems/hetzner/mail.nix @@ -71,7 +71,7 @@ }; services.roundcube = { - enable = true; + enable = false; # this is the url of the vhost, not necessarily the same as the fqdn of # the mailserver hostName = "webmail.missing.ninja";