feat: add roundcube

This commit is contained in:
Luj 2025-03-08 14:30:15 +01:00
parent 1b4d8e881b
commit ae7ca5ad17

View file

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