1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

chore: fixate bambulab ip

This commit is contained in:
oddlama 2025-01-26 18:02:51 +01:00
parent bb75070da9
commit 8d654ae945
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 4 additions and 5 deletions

View file

@ -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;

Binary file not shown.