diff --git a/hosts/bekkalokk/services/webmail/roundcube.nix b/hosts/bekkalokk/services/webmail/roundcube.nix index 82d2356..878bdd7 100644 --- a/hosts/bekkalokk/services/webmail/roundcube.nix +++ b/hosts/bekkalokk/services/webmail/roundcube.nix @@ -20,6 +20,10 @@ in maxAttachmentSize = 20; hostName = "roundcubeplaceholder.example.com"; + database = { + host = "postgres.pvv.ntnu.no"; + }; + extraConfig = '' $config['enable_installer'] = false; $config['default_host'] = "ssl://imap.pvv.ntnu.no";