Fix zigbee2mqtt auth

This commit is contained in:
2024-10-27 16:40:47 -07:00
parent 9109e356bd
commit 020689d987
2 changed files with 5 additions and 1 deletions

View File

@@ -37,7 +37,10 @@
};
};
};
age.secrets."zigbee2mqtt.yaml".file = ../../../secrets/zigbee2mqtt.yaml.age;
age.secrets."zigbee2mqtt.yaml" = {
file = ../../../secrets/zigbee2mqtt.yaml.age;
owner = "zigbee2mqtt";
};
services.home-assistant = {
enable = true;