mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
chore: change sire ip to .2 and adguardhome to .3
This commit is contained in:
parent
4dec7027fa
commit
1467560525
3 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
}: let
|
||||
inherit (lib) net;
|
||||
lanCidrv4 = "192.168.1.0/24";
|
||||
dnsIp = net.cidr.host 2 lanCidrv4;
|
||||
dnsIp = net.cidr.host 3 lanCidrv4;
|
||||
in {
|
||||
# TODO make meta.kea module?
|
||||
# TODO reserve by default using assignIps algo?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue