nsd: use types.lines where appropriate

This commit is contained in:
Julien Moutinho 2020-01-31 20:40:48 +01:00
parent e1902ba912
commit 1a1e5f7be5

View file

@ -244,7 +244,7 @@ let
};
data = mkOption {
type = types.str;
type = types.lines;
default = "";
example = "";
description = ''
@ -484,7 +484,7 @@ in
};
extraConfig = mkOption {
type = types.str;
type = types.lines;
default = "";
description = ''
Extra nsd config.