Merge pull request #78968 from ju1m/nsd_types_lines

nsd : use types.lines where appropriate
This commit is contained in:
Maximilian Bosch 2020-02-01 09:51:23 +01:00 committed by GitHub
commit f9bb054180
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.