Add types to nullOr
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user