From 8e23a28c590c058ac233bcec94e7c06ec1e06703 Mon Sep 17 00:00:00 2001 From: lassulus Date: Sat, 8 Jul 2023 14:35:36 +0200 Subject: exim-smarthost: allow defining extraRouters in multiple locations --- krebs/3modules/exim-smarthost.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'krebs/3modules') diff --git a/krebs/3modules/exim-smarthost.nix b/krebs/3modules/exim-smarthost.nix index 7b3dace6..093ae203 100644 --- a/krebs/3modules/exim-smarthost.nix +++ b/krebs/3modules/exim-smarthost.nix @@ -40,7 +40,7 @@ let }; extraRouters = mkOption { - type = types.nullOr types.str; + type = types.nullOr types.lines; default = null; }; -- cgit v1.2.3