diff --git a/hosts/bekkalokk/services/webmail/roundcube.nix b/hosts/bekkalokk/services/webmail/roundcube.nix index 68013d3..0c29355 100644 --- a/hosts/bekkalokk/services/webmail/roundcube.nix +++ b/hosts/bekkalokk/services/webmail/roundcube.nix @@ -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 ]; -} \ No newline at end of file +}