Remove theengs gateway config
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s

This commit is contained in:
alejandro-angulo 2025-12-30 11:38:35 -08:00
parent 3276f98bb8
commit c17179bca0
2 changed files with 0 additions and 13 deletions

View file

@ -13,7 +13,6 @@ in
config = lib.mkIf cfg.enable {
age.secrets = {
hass_mqtt.file = ../../../../secrets/hass_mqtt.age;
theengs_ble_mqtt.file = ../../../../secrets/theengs_ble_mqtt.age;
teslamate_mqtt.file = ../../../../secrets/teslamate_mqtt.age;
zigbee2mqtt_mqtt.file = ../../../../secrets/zigbee2mqtt_mqtt.age;
};
@ -32,13 +31,6 @@ in
];
passwordFile = config.age.secrets.hass_mqtt.path;
};
theengs_ble_gateway = {
acl = [
"readwrite home/#"
"readwrite homeassistant/#"
];
passwordFile = config.age.secrets.theengs_ble_mqtt.path;
};
teslamate = {
acl = [ "readwrite teslamate/#" ];
passwordFile = config.age.secrets.teslamate_mqtt.path;

View file

@ -67,11 +67,6 @@ in
machines.node
machines.gospel
];
"theengs_ble_mqtt.age".publicKeys = [
users.me
machines.pi4
machines.gospel
];
"zigbee2mqtt_mqtt.age".publicKeys = [
users.me
tmp