exim-smarthost: allow defining extraRouters in multiple locations

This commit is contained in:
lassulus 2023-07-08 14:35:36 +02:00
parent 4b799b4132
commit 8e23a28c59
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ let
};
extraRouters = mkOption {
type = types.nullOr types.str;
type = types.nullOr types.lines;
default = null;
};