dnsmasq static hosts defaults to empty attrset

doc-do-over
Daniel Barlow 2023-09-04 23:02:17 +01:00
parent 0cf4733327
commit 899f096346
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ in {
type = types.listOf types.str;
};
hosts = mkOption {
default = {};
type = types.attrsOf (types.submodule {
options = {
mac = mkOption {