Shared nix modules for my configurations.
Commits
Author
Commit
Message
Date
Z2M 2.x changed the default secrets file from secrets.yaml to
secret.yaml. Update the preStartScript to match.
nixpkgs zigbee2mqtt module now defaults homeassistant to an attrset
({ enabled = true; ... }), conflicting with our boolean. The default
already enables HA integration, so our explicit setting is unnecessary.
fix: use secret.yaml filename for zigbee2mqtt 2.x
feature/zigbee
Z2M 2.x changed the default secrets file from secrets.yaml to
secret.yaml. Update the preStartScript to match.