mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
feat(utsuho): dnsmasq
This commit is contained in:
parent
0fbd142a16
commit
6ad465e779
17 changed files with 337 additions and 43 deletions
|
|
@ -46,4 +46,8 @@ in {
|
|||
services.udev.extraRules = mkIf cfg.enable ''
|
||||
SUBSYSTEM=="tty", ATTRS{interface}=="Sonoff Zigbee 3.0 USB Dongle Plus", OWNER="zigbee2mqtt", SYMLINK+="ttyZigbee"
|
||||
'';
|
||||
|
||||
networking.firewall.interfaces.local.allowedTCPPorts = mkIf cfg.enable [
|
||||
cfg.settings.frontend.port
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue