mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
Merge pull request #78968 from ju1m/nsd_types_lines
nsd : use types.lines where appropriate
This commit is contained in:
commit
f9bb054180
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user