exim-smarthost: allow defining extraRouters in multiple locations
This commit is contained in:
parent
4b799b4132
commit
8e23a28c59
@ -40,7 +40,7 @@ let
|
||||
};
|
||||
|
||||
extraRouters = mkOption {
|
||||
type = types.nullOr types.str;
|
||||
type = types.nullOr types.lines;
|
||||
default = null;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user