From 761e9454c15b358a47eaa97e5c98f6d995fd0bd5 Mon Sep 17 00:00:00 2001 From: niten Date: Thu, 5 Oct 2023 10:53:17 -0700 Subject: [PATCH] mkOPtion -> mkOption --- authoritative-dns.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authoritative-dns.nix b/authoritative-dns.nix index 0067024..2da8b7d 100644 --- a/authoritative-dns.nix +++ b/authoritative-dns.nix @@ -34,7 +34,7 @@ in { options.services.authoritative-dns = with types; { enable = mkEnableOption "Enable authoritative DNS service."; - identity = mkOPtion { + identity = mkOption { type = str; description = "The identity (CH TXT ID.SERVER) of this host."; };