mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
nixos/zigbee2mqtt: persist groups set via ui
This commit is contained in:
parent
dfe350f22a
commit
ba2f38d684
1 changed files with 2 additions and 1 deletions
|
@ -66,9 +66,10 @@ in
|
|||
server = mkDefault "mqtt://localhost:1883";
|
||||
};
|
||||
serial.port = mkDefault "/dev/ttyACM0";
|
||||
# reference device configuration, that is kept in a separate file
|
||||
# reference device/group configuration, that is kept in a separate file
|
||||
# to prevent it being overwritten in the units ExecStartPre script
|
||||
devices = mkDefault "devices.yaml";
|
||||
groups = mkDefault "groups.yaml";
|
||||
};
|
||||
|
||||
systemd.services.zigbee2mqtt = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue