forked from mirrors_public/oddlama_nix-config
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,
|
lib,
|
||||||
utils,
|
utils,
|
||||||
|
nodes,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
inherit (lib) net;
|
inherit (lib) net;
|
||||||
|
@ -44,12 +45,12 @@ in {
|
||||||
data = net.cidr.host 1 lanCidrv4;
|
data = net.cidr.host 1 lanCidrv4;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
# TODO reservations = [
|
reservations = [
|
||||||
# TODO {
|
{
|
||||||
# TODO hw-address = nodes.ward-adguardhome.config.lib.microvm.mac;
|
hw-address = nodes.ward-adguardhome.config.lib.microvm.mac;
|
||||||
# TODO ip-address = dnsIp;
|
ip-address = dnsIp;
|
||||||
# TODO }
|
}
|
||||||
# TODO ];
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue