1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

chore: revert "feat: test z2m"

This reverts commit fcc462879e.
This commit is contained in:
oddlama 2025-04-14 21:54:38 +02:00
parent fcc462879e
commit a5f3c92a30
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
8 changed files with 4 additions and 111 deletions

View file

@ -1,12 +1,5 @@
{ config, ... }:
{
age.secrets.mosquitto-pw-zigbee2mqtt = {
mode = "440";
owner = "zigbee2mqtt";
group = "mosquitto";
generator.script = "alnum";
};
age.secrets.mosquitto-pw-home-assistant = {
mode = "440";
owner = "hass";
@ -21,10 +14,10 @@
{
acl = [ "pattern readwrite #" ];
users = {
zigbee2mqtt = {
passwordFile = config.age.secrets.mosquitto-pw-zigbee2mqtt.path;
acl = [ "readwrite #" ];
};
# zigbee2mqtt = {
# passwordFile = config.age.secrets.mosquitto-pw-zigbee2mqtt.path;
# acl = [ "readwrite #" ];
# };
home_assistant = {
passwordFile = config.age.secrets.mosquitto-pw-home-assistant.path;
acl = [ "readwrite #" ];