forked from mirrors_public/oddlama_nix-config
feat(zackbiene): enable zigbee2mqtt frontend
This commit is contained in:
parent
28b7ef0d9a
commit
852fffe40d
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
"esphome"
|
||||
"fritzbox"
|
||||
"spotify"
|
||||
"zha"
|
||||
"mqtt"
|
||||
];
|
||||
openFirewall = true;
|
||||
|
@ -33,6 +34,7 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
networking.firewall.allowedTCPPorts = [8072];
|
||||
services.zigbee2mqtt = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
@ -41,6 +43,9 @@
|
|||
serial = {
|
||||
port = "/dev/serial/by-id/usb-Silicon_Labs_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0001-if00-port0";
|
||||
};
|
||||
frontend = {
|
||||
port = 8072;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue