stockholm/makefu/0tests/data/secrets/zigbee2mqtt.nix

7 lines
123 B
Nix

{
mqtt.password = "hass";
mqtt.username = "hass";
zigbee.network_key = [ 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ];
}