nixos/home/routing-common: Add static lease for hass-panel
This commit is contained in:
parent
8e288a9e2a
commit
69060dfbff
@ -148,6 +148,11 @@ in
|
|||||||
hw-address = "b8:7b:d4:95:c6:74";
|
hw-address = "b8:7b:d4:95:c6:74";
|
||||||
ip-address = net.cidr.host 43 prefixes.lo.v4;
|
ip-address = net.cidr.host 43 prefixes.lo.v4;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
# hass-panel
|
||||||
|
hw-address = "80:30:49:cd:d7:51";
|
||||||
|
ip-address = net.cidr.host 44 prefixes.lo.v4;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user