From 899f096346b67369639c6256aa248ce753deaba7 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Mon, 4 Sep 2023 23:02:17 +0100 Subject: [PATCH] dnsmasq static hosts defaults to empty attrset --- modules/dnsmasq/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/dnsmasq/default.nix b/modules/dnsmasq/default.nix index b8ad7535..9b4bb3ca 100644 --- a/modules/dnsmasq/default.nix +++ b/modules/dnsmasq/default.nix @@ -43,6 +43,7 @@ in { type = types.listOf types.str; }; hosts = mkOption { + default = {}; type = types.attrsOf (types.submodule { options = { mac = mkOption {