diff --git a/globals.nix b/globals.nix index d26b518..fe8896f 100644 --- a/globals.nix +++ b/globals.nix @@ -77,11 +77,6 @@ in id = 40; mac = globals.macs.wallbox; }; - # TODO remove once new home-assistant machine is up - hosts.home-assistant-temp = { - id = 85; - mac = globals.macs.home-assistant; - }; }; iot = { id = 30; @@ -89,6 +84,10 @@ in cidrv6 = "fd30::/64"; hosts.ward.id = 1; hosts.sausebiene.id = 5; + hosts.bambulab-p1s = { + id = 22; + mac = globals.macs.bambulab-p1s; + }; }; guests = { id = 50; diff --git a/secrets/global.nix.age b/secrets/global.nix.age index 7571462..e5af071 100644 Binary files a/secrets/global.nix.age and b/secrets/global.nix.age differ