From 4fbd823be64690c9550386ffbcf4b3fd9782ef77 Mon Sep 17 00:00:00 2001 From: fredrikr79 Date: Sat, 12 Oct 2024 22:53:42 +0200 Subject: [PATCH] bekkalokk/roundcube: add `database.host` --- hosts/bekkalokk/services/webmail/roundcube.nix | 4 ++++ 1 file changed, 4 insertions(+) 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";