Add types to nullOr
This commit is contained in:
parent
1bbc59a131
commit
7a29874fb6
2
nsd.nix
2
nsd.nix
|
@ -315,7 +315,7 @@ let
|
||||||
|
|
||||||
ksk = {
|
ksk = {
|
||||||
keyFile = mkOption {
|
keyFile = mkOption {
|
||||||
type = nullOr types.str;
|
type = types.nullOr types.str;
|
||||||
description =
|
description =
|
||||||
"Location of the zone key-signing key file on the local host.";
|
"Location of the zone key-signing key file on the local host.";
|
||||||
default = null;
|
default = null;
|
||||||
|
|
Loading…
Reference in New Issue