From b02aaf9076e92532a9129ec3f829755f73fc820a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 21 Jul 2025 18:35:08 +0200 Subject: nixos: rework home assistant --- nixos/configurations/spt-mox.nix | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'nixos/configurations/spt-mox.nix') diff --git a/nixos/configurations/spt-mox.nix b/nixos/configurations/spt-mox.nix index 8af976c..a9f4965 100644 --- a/nixos/configurations/spt-mox.nix +++ b/nixos/configurations/spt-mox.nix @@ -75,25 +75,10 @@ acl = ["read bigclown/node/#"]; passwordFile = "/run/secrets/mosquitto.telegraf.pass"; }; - homeassistant = { - acl = [ - "readwrite homeassistant/#" - "readwrite bigclown/#" - "readwrite zigbee2mqtt/#" - ]; - passwordFile = "/run/secrets/mosquitto.homeassistant.pass"; - }; bigclown = { acl = ["readwrite bigclown/#"]; passwordFile = "/run/secrets/mosquitto.bigclown.pass"; }; - zigbee2mqtt = { - acl = [ - "readwrite homeassistant/#" - "readwrite zigbee2mqtt/#" - ]; - passwordFile = "/run/secrets/mosquitto.zigbee2mqtt.pass"; - }; }; } ]; -- cgit v1.2.3