Remove theengs gateway config
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
This commit is contained in:
parent
3276f98bb8
commit
c17179bca0
2 changed files with 0 additions and 13 deletions
|
|
@ -13,7 +13,6 @@ in
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
age.secrets = {
|
age.secrets = {
|
||||||
hass_mqtt.file = ../../../../secrets/hass_mqtt.age;
|
hass_mqtt.file = ../../../../secrets/hass_mqtt.age;
|
||||||
theengs_ble_mqtt.file = ../../../../secrets/theengs_ble_mqtt.age;
|
|
||||||
teslamate_mqtt.file = ../../../../secrets/teslamate_mqtt.age;
|
teslamate_mqtt.file = ../../../../secrets/teslamate_mqtt.age;
|
||||||
zigbee2mqtt_mqtt.file = ../../../../secrets/zigbee2mqtt_mqtt.age;
|
zigbee2mqtt_mqtt.file = ../../../../secrets/zigbee2mqtt_mqtt.age;
|
||||||
};
|
};
|
||||||
|
|
@ -32,13 +31,6 @@ in
|
||||||
];
|
];
|
||||||
passwordFile = config.age.secrets.hass_mqtt.path;
|
passwordFile = config.age.secrets.hass_mqtt.path;
|
||||||
};
|
};
|
||||||
theengs_ble_gateway = {
|
|
||||||
acl = [
|
|
||||||
"readwrite home/#"
|
|
||||||
"readwrite homeassistant/#"
|
|
||||||
];
|
|
||||||
passwordFile = config.age.secrets.theengs_ble_mqtt.path;
|
|
||||||
};
|
|
||||||
teslamate = {
|
teslamate = {
|
||||||
acl = [ "readwrite teslamate/#" ];
|
acl = [ "readwrite teslamate/#" ];
|
||||||
passwordFile = config.age.secrets.teslamate_mqtt.path;
|
passwordFile = config.age.secrets.teslamate_mqtt.path;
|
||||||
|
|
|
||||||
|
|
@ -67,11 +67,6 @@ in
|
||||||
machines.node
|
machines.node
|
||||||
machines.gospel
|
machines.gospel
|
||||||
];
|
];
|
||||||
"theengs_ble_mqtt.age".publicKeys = [
|
|
||||||
users.me
|
|
||||||
machines.pi4
|
|
||||||
machines.gospel
|
|
||||||
];
|
|
||||||
"zigbee2mqtt_mqtt.age".publicKeys = [
|
"zigbee2mqtt_mqtt.age".publicKeys = [
|
||||||
users.me
|
users.me
|
||||||
tmp
|
tmp
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue