Shouldn't belong to a zone.

This commit is contained in:
niten 2021-11-08 16:52:11 -08:00
parent 116d999001
commit fb09cbd8f1
1 changed files with 8 additions and 8 deletions

View File

@ -411,14 +411,6 @@ let
'';
};
stateDir = mkOption {
type = types.str;
default = "/var/lib/nsd";
description = ''
Directory at which to store NSD state.
'';
};
zoneStats = mkOption {
type = types.nullOr types.str;
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 {
type = types.nullOr types.int;
default = null;