Shouldn't belong to a zone.
This commit is contained in:
parent
116d999001
commit
fb09cbd8f1
|
@ -411,14 +411,6 @@ let
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
stateDir = mkOption {
|
|
||||||
type = types.str;
|
|
||||||
default = "/var/lib/nsd";
|
|
||||||
description = ''
|
|
||||||
Directory at which to store NSD state.
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
|
|
||||||
zoneStats = mkOption {
|
zoneStats = mkOption {
|
||||||
type = types.nullOr types.str;
|
type = types.nullOr types.str;
|
||||||
default = null;
|
default = null;
|
||||||
|
@ -640,6 +632,14 @@ in
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
stateDir = mkOption {
|
||||||
|
type = types.str;
|
||||||
|
default = "/var/lib/nsd";
|
||||||
|
description = ''
|
||||||
|
Directory at which to store NSD state.
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
statistics = mkOption {
|
statistics = mkOption {
|
||||||
type = types.nullOr types.int;
|
type = types.nullOr types.int;
|
||||||
default = null;
|
default = null;
|
||||||
|
|
Loading…
Reference in New Issue