Maybe remove with lib

This commit is contained in:
Lillian-Violet 2023-12-17 22:29:36 +01:00
parent a8ea219f2e
commit 1d7ec761a3

View file

@ -3,8 +3,7 @@
pkgs, pkgs,
lib, lib,
... ...
}: }: {
with lib; {
services.roundcube = { services.roundcube = {
enable = true; enable = true;
# this is the url of the vhost, not necessarily the same as the fqdn of # this is the url of the vhost, not necessarily the same as the fqdn of
@ -18,8 +17,4 @@ with lib; {
$config['smtp_pass'] = "%p"; $config['smtp_pass'] = "%p";
''; '';
}; };
services.nginx.enable = true;
networking.firewall.allowedTCPPorts = [80 443];
} }