From ab740604b0540a2f28ca1017c6e087faac31bf0e Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Tue, 17 Sep 2024 20:13:52 +0200 Subject: [PATCH] fix: option does not exist --- hosts/nuos/configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/nuos/configuration.nix b/hosts/nuos/configuration.nix index b5d9025..b1c16bb 100644 --- a/hosts/nuos/configuration.nix +++ b/hosts/nuos/configuration.nix @@ -264,6 +264,10 @@ }; }; }; + postfix = { + relayHost = "mail.voorwaarts.nl"; + relayPort = 125; + }; }; roundcube = { enable = true; @@ -276,10 +280,6 @@ $config['smtp_pass'] = "%p"; ''; }; - postfix = { - relayHost = "mail.voorwaarts.nl"; - relayPort = 125; - }; mailserver = { enable = true;