nixos: use types.lines for extraConfig

This commit is contained in:
Emery Hemingway
2016-10-23 19:41:43 +02:00
parent 795f968b17
commit b675619391
29 changed files with 33 additions and 16 deletions
@@ -89,7 +89,7 @@ in
extraConfig = mkOption {
default = "";
type = str;
type = lines;
description = ''
Extra configuration. Contents will be added verbatim to the configuration file.
'';