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

7 lines
123 B
Nix
Raw Normal View History

2021-03-09 21:16:13 +00:00
{
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 ];
}