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