diff --git a/nixos/boxes/home/palace/vms/sfh/containers/hass.nix b/nixos/boxes/home/palace/vms/sfh/containers/hass.nix index 975b3f0..54438aa 100644 --- a/nixos/boxes/home/palace/vms/sfh/containers/hass.nix +++ b/nixos/boxes/home/palace/vms/sfh/containers/hass.nix @@ -195,6 +195,7 @@ in "androidtv_remote" "heos" "mqtt" + "wled" ]; extraPackages = python3Packages: with python3Packages; [ zlib-ng diff --git a/nixos/boxes/home/routing-common/dns.nix b/nixos/boxes/home/routing-common/dns.nix index 5b44ff1..fd0ce02 100644 --- a/nixos/boxes/home/routing-common/dns.nix +++ b/nixos/boxes/home/routing-common/dns.nix @@ -226,6 +226,7 @@ in palace-kvm IN A ${net.cidr.host 21 prefixes.lo.v4} reolink-living-room IN A ${net.cidr.host 45 prefixes.lo.v4} + nixlight IN A ${net.cidr.host 46 prefixes.lo.v4} ${lib.my.dns.fwdRecords { inherit allAssignments names; diff --git a/nixos/boxes/home/routing-common/kea.nix b/nixos/boxes/home/routing-common/kea.nix index 2f0115d..306a8e2 100644 --- a/nixos/boxes/home/routing-common/kea.nix +++ b/nixos/boxes/home/routing-common/kea.nix @@ -158,6 +158,11 @@ in hw-address = "ec:71:db:30:69:a4"; ip-address = net.cidr.host 45 prefixes.lo.v4; } + { + # nixlight + hw-address = "00:4b:12:3b:d3:14"; + ip-address = net.cidr.host 46 prefixes.lo.v4; + } ]; } ];