forked from mirrors_public/oddlama_nix-config
chore: fixate bambulab ip
This commit is contained in:
parent
bb75070da9
commit
8d654ae945
2 changed files with 4 additions and 5 deletions
|
@ -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.
Loading…
Add table
Add a link
Reference in a new issue