From d5457a5d7517ea6bff73fdbf70363aa4e6d39141 Mon Sep 17 00:00:00 2001 From: niten Date: Fri, 6 Oct 2023 10:07:12 -0700 Subject: [PATCH] Need a `type` --- zone-definition.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone-definition.nix b/zone-definition.nix index bf7cbef..4e33adb 100644 --- a/zone-definition.nix +++ b/zone-definition.nix @@ -75,7 +75,7 @@ let zoneOpts = { options = with types; { hosts = mkOption { - attrsOf (submodule networkHostOpts); + type = attrsOf (submodule networkHostOpts); description = "Hosts on the local network, with relevant settings."; default = { }; };