diff options
author | Martin Fischer <martin@push-f.com> | 2025-09-18 06:26:56 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-09-18 10:26:02 +0200 |
commit | 0f3a5b5a74150ecec89c6befe0510975e2fba5ac (patch) | |
tree | 6215bb6202b699fbdbca969689c8886be166210f /nixos/hosts/ev/default.nix | |
parent | e78b42dfe2d4852a39770f8b16b46eed1780e87a (diff) |
refactor: specify hosehawk port
Diffstat (limited to 'nixos/hosts/ev/default.nix')
-rw-r--r-- | nixos/hosts/ev/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/hosts/ev/default.nix b/nixos/hosts/ev/default.nix index a3dd610..71f794c 100644 --- a/nixos/hosts/ev/default.nix +++ b/nixos/hosts/ev/default.nix @@ -45,6 +45,7 @@ monitoring.lokiPort = 3030; monitoring.prometheusPort = 9090; monitoring.prometheusNodeExporterPort = 9002; + hosehawk.port = 4000; home-automation.zigbeeSerialPort = "/dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_e2fed465c59ded11962fd7a5a7669f5d-if00-port0"; |