From e2b4e63bb42aeccb287fc1684c2e125598c3dbc5 Mon Sep 17 00:00:00 2001 From: lassulus Date: Thu, 9 Mar 2023 09:11:45 +0100 Subject: exim: add empty default for internet-aliases & system-aliases --- krebs/3modules/exim-smarthost.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/krebs/3modules/exim-smarthost.nix b/krebs/3modules/exim-smarthost.nix index 7a5a55d49..62f15027a 100644 --- a/krebs/3modules/exim-smarthost.nix +++ b/krebs/3modules/exim-smarthost.nix @@ -55,6 +55,7 @@ let }; }; })); + default = []; }; local_domains = mkOption { @@ -109,6 +110,7 @@ let }; }; })); + default = []; }; }; -- cgit v1.2.3