mkOPtion -> mkOption

This commit is contained in:
niten 2023-10-05 10:53:17 -07:00
parent 382a7ac29c
commit 761e9454c1
1 changed files with 1 additions and 1 deletions

View File

@ -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.";
};