nsd: use types.lines where appropriate
This commit is contained in:
parent
e1902ba912
commit
1a1e5f7be5
@ -244,7 +244,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
data = mkOption {
|
data = mkOption {
|
||||||
type = types.str;
|
type = types.lines;
|
||||||
default = "";
|
default = "";
|
||||||
example = "";
|
example = "";
|
||||||
description = ''
|
description = ''
|
||||||
@ -484,7 +484,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
extraConfig = mkOption {
|
extraConfig = mkOption {
|
||||||
type = types.str;
|
type = types.lines;
|
||||||
default = "";
|
default = "";
|
||||||
description = ''
|
description = ''
|
||||||
Extra nsd config.
|
Extra nsd config.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user