nixos: use types.lines for extraConfig
This commit is contained in:
@@ -113,6 +113,7 @@ in
|
||||
};
|
||||
|
||||
extraConfig = mkOption {
|
||||
type = types.lines;
|
||||
default = "";
|
||||
description = "
|
||||
Extra lines to be added verbatim to the generated named configuration file.
|
||||
|
||||
Reference in New Issue
Block a user