mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
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-web-proxy.id = 4;
|
||||
hosts.sire-samba.id = 10;
|
||||
hosts.wallbox.id = 40;
|
||||
hosts.home-assistant-temp.id = 85;
|
||||
};
|
||||
|
||||
proxy-home = {
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
globals,
|
||||
utils,
|
||||
|
@ -65,6 +66,14 @@ in {
|
|||
hw-address = nodes.sire-samba.config.lib.microvm.mac;
|
||||
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