nixos/graylog: use types.lines
for extraConfig
The `types.lines` type makes it possible to define `extraConfig` in multiple files and simply concat the contents.
This commit is contained in:
parent
e6e58a2122
commit
beff2f8d75
@ -108,7 +108,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
extraConfig = mkOption {
|
extraConfig = mkOption {
|
||||||
type = types.str;
|
type = types.lines;
|
||||||
default = "";
|
default = "";
|
||||||
description = "Any other configuration options you might want to add";
|
description = "Any other configuration options you might want to add";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user