From 28b6940d3008d08701e581157b63dc292022d281 Mon Sep 17 00:00:00 2001 From: = <=> Date: Sun, 29 Oct 2023 02:10:50 +0100 Subject: [PATCH] bekkalokk roundcube fixed typo --- hosts/bekkalokk/services/webmail/roundcube.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/bekkalokk/services/webmail/roundcube.nix b/hosts/bekkalokk/services/webmail/roundcube.nix index f7df4a3..d5aa1d7 100644 --- a/hosts/bekkalokk/services/webmail/roundcube.nix +++ b/hosts/bekkalokk/services/webmail/roundcube.nix @@ -23,7 +23,7 @@ in # the certificate $config['enable_installer'] = false; $config['default_host'] = "ssl://imap.pvv.ntnu.no"; - $config['default_port'] = 993"; + $config['default_port'] = 993; $config['smtp_server'] = "tls://smtp.pvv.ntnu.no"; $config['smtp_port'] = 25; $config['smtp_user'] = "%u@pvv.ntnu.no";