From 316e48c0e09f71383b629c4739a3e7fb9d11f067 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Sat, 21 Jun 2025 19:04:39 +0200 Subject: [PATCH] renable 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 caa72aa..a852988 100644 --- a/systems/hetzner/mail.nix +++ b/systems/hetzner/mail.nix @@ -72,7 +72,7 @@ }; services.roundcube = { - enable = false; + enable = true; # this is the url of the vhost, not necessarily the same as the fqdn of # the mailserver hostName = "webmail.missing.ninja";