dnsmasq static hosts defaults to empty attrset
This commit is contained in:
parent
0cf4733327
commit
899f096346
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ in {
|
||||||
type = types.listOf types.str;
|
type = types.listOf types.str;
|
||||||
};
|
};
|
||||||
hosts = mkOption {
|
hosts = mkOption {
|
||||||
|
default = {};
|
||||||
type = types.attrsOf (types.submodule {
|
type = types.attrsOf (types.submodule {
|
||||||
options = {
|
options = {
|
||||||
mac = mkOption {
|
mac = mkOption {
|
||||||
|
|
Loading…
Reference in a new issue