Fix unstable usage

This commit is contained in:
Torjus Håkestad 2024-05-03 14:46:16 +02:00
parent 6eacf99310
commit 91317b34c8

View File

@ -1,4 +1,4 @@
{ pkgs, unstable, ... }:
{ pkgs, ... }:
{
# Enable the Home Assistant service
services.home-assistant = {
@ -42,7 +42,7 @@
# Enable the zigbee2mqtt service
services.zigbee2mqtt = {
enable = true;
package = unstable.zigbee2mqtt;
package = pkgs.unstable.zigbee2mqtt;
settings = {
permit_join = true;
serial.port = "/dev/ttyUSB0";