mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
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;
|
id = 40;
|
||||||
mac = globals.macs.wallbox;
|
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 = {
|
iot = {
|
||||||
id = 30;
|
id = 30;
|
||||||
|
@ -89,6 +84,10 @@ in
|
||||||
cidrv6 = "fd30::/64";
|
cidrv6 = "fd30::/64";
|
||||||
hosts.ward.id = 1;
|
hosts.ward.id = 1;
|
||||||
hosts.sausebiene.id = 5;
|
hosts.sausebiene.id = 5;
|
||||||
|
hosts.bambulab-p1s = {
|
||||||
|
id = 22;
|
||||||
|
mac = globals.macs.bambulab-p1s;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
guests = {
|
guests = {
|
||||||
id = 50;
|
id = 50;
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue