From 7a29874fb6b6836cb140a421de11a94da10209b9 Mon Sep 17 00:00:00 2001 From: niten Date: Fri, 6 Oct 2023 13:04:33 -0700 Subject: [PATCH] Add types to nullOr --- nsd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsd.nix b/nsd.nix index 7413f00..553696b 100644 --- a/nsd.nix +++ b/nsd.nix @@ -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;