forked from mirrors_public/oddlama_nix-config
feat: assign static ips to wallbox and home assistant
This commit is contained in:
parent
292e066cb1
commit
d6cf94d302
3 changed files with 11 additions and 0 deletions
|
@ -17,6 +17,8 @@ in {
|
||||||
hosts.ward-adguardhome.id = 3;
|
hosts.ward-adguardhome.id = 3;
|
||||||
hosts.ward-web-proxy.id = 4;
|
hosts.ward-web-proxy.id = 4;
|
||||||
hosts.sire-samba.id = 10;
|
hosts.sire-samba.id = 10;
|
||||||
|
hosts.wallbox.id = 40;
|
||||||
|
hosts.home-assistant-temp.id = 85;
|
||||||
};
|
};
|
||||||
|
|
||||||
proxy-home = {
|
proxy-home = {
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
config,
|
||||||
lib,
|
lib,
|
||||||
globals,
|
globals,
|
||||||
utils,
|
utils,
|
||||||
|
@ -65,6 +66,14 @@ in {
|
||||||
hw-address = nodes.sire-samba.config.lib.microvm.mac;
|
hw-address = nodes.sire-samba.config.lib.microvm.mac;
|
||||||
ip-address = globals.net.home-lan.hosts.sire-samba.ipv4;
|
ip-address = globals.net.home-lan.hosts.sire-samba.ipv4;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
hw-address = config.repo.secrets.global.macs.wallbox;
|
||||||
|
ip-address = globals.net.home-lan.hosts.wallbox.ipv4;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
hw-address = config.repo.secrets.global.macs.home-assistant;
|
||||||
|
ip-address = globals.net.home-lan.hosts.home-assistant-temp.ipv4;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue