Add types to nullOr

This commit is contained in:
niten 2023-10-06 13:04:33 -07:00
parent 1bbc59a131
commit 7a29874fb6
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ let
ksk = {
keyFile = mkOption {
type = nullOr types.str;
type = types.nullOr types.str;
description =
"Location of the zone key-signing key file on the local host.";
default = null;