govee2mqtt

This commit is contained in:
mjallen18
2026-04-03 09:03:37 -05:00
parent ffbb820be3
commit 869b48d26f
2 changed files with 4 additions and 2 deletions

View File

@@ -27,8 +27,8 @@ in
mode = "660";
restartUnits = [ "govee2mqtt.service" ];
content = ''
GOVEE_EMAIL=${config.sops.placeholder."jallen-nas/govee2mqtt/govee-email"}
GOVEE_PASSWORD=${config.sops.placeholder."jallen-nas/govee2mqtt/govee-password"}
# GOVEE_EMAIL=${config.sops.placeholder."jallen-nas/govee2mqtt/govee-email"}
# GOVEE_PASSWORD=${config.sops.placeholder."jallen-nas/govee2mqtt/govee-password"}
GOVEE_API_KEY=${config.sops.placeholder."jallen-nas/govee2mqtt/govee-api"}
GOVEE_MQTT_HOST=localhost
GOVEE_MQTT_PORT=1883

View File

@@ -47,12 +47,14 @@ in
allowPing = true;
allowedTCPPorts = [
1883 # MQTT broker (mosquitto) for IoT devices
8056 # govee2mqtt
8192
8880
8881
];
allowedUDPPorts = [
8192
8056 # govee2mqtt
8880
8881
];