mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat: reserve internal ip for adguardhome
This commit is contained in:
parent
4c4536268a
commit
130dc59c37
1 changed files with 7 additions and 6 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
lib,
|
||||
utils,
|
||||
nodes,
|
||||
...
|
||||
}: let
|
||||
inherit (lib) net;
|
||||
|
@ -44,12 +45,12 @@ in {
|
|||
data = net.cidr.host 1 lanCidrv4;
|
||||
}
|
||||
];
|
||||
# TODO reservations = [
|
||||
# TODO {
|
||||
# TODO hw-address = nodes.ward-adguardhome.config.lib.microvm.mac;
|
||||
# TODO ip-address = dnsIp;
|
||||
# TODO }
|
||||
# TODO ];
|
||||
reservations = [
|
||||
{
|
||||
hw-address = nodes.ward-adguardhome.config.lib.microvm.mac;
|
||||
ip-address = dnsIp;
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue