nixos/home-assistant: allow serial access for the zwave component

This commit is contained in:
Martin Weinelt 2021-07-08 13:27:03 +02:00
parent 92b738ad79
commit a284c01d2a

View file

@ -313,6 +313,7 @@ in {
"w800rf32"
"xbee"
"zha"
"zwave"
];
in {
ExecStart = "${package}/bin/hass --runner --config '${cfg.configDir}'";