feat: add roundcube

This commit is contained in:
Julien Malka 2025-03-08 14:30:15 +01:00
parent 1814fab2c2
commit 12d7d20bc6
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -113,6 +113,11 @@
};
services.roundcube = {
enable = true;
hostName = "webmail.luj.fr";
};
networking.firewall.allowedUDPPorts = [
51821
];