bekkalokk roundcube new mailserver url again
Eval nix flake / evals (push) Successful in 3m5s Details

This commit is contained in:
= 2023-10-29 02:31:51 +02:00
parent 69f9ff24ec
commit a58cf91a85
Signed by: adriangl
GPG Key ID: D33368A59745C2F0
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ let
cfg = config.services.roundcube;
domain = "webmail2.pvv.ntnu.no";
# mailserver = config.mailserver.fqdn;
mailserver = "microbel.pvv.ntnu.no";
mailserver = "pvv.ntnu.no";
in
{
services.roundcube = {
@ -28,4 +28,4 @@ in
};
networking.firewall.allowedTCPPorts = [ 80 443 ];
}
}