Skip to content

Commit

Permalink
nixos/kea: fix settings example (NixOS#361068)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Dec 2, 2024
2 parents fc3ca34 + 798c3d2 commit 3828bc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/modules/services/networking/kea.nix
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ in
name = "/var/lib/kea/dhcp4.leases";
};
subnet4 = [ {
id = 1;
subnet = "192.0.2.0/24";
pools = [ {
pool = "192.0.2.100 - 192.0.2.240";
Expand Down Expand Up @@ -176,6 +177,7 @@ in
name = "/var/lib/kea/dhcp6.leases";
};
subnet6 = [ {
id = 1;
subnet = "2001:db8:1::/64";
pools = [ {
pool = "2001:db8:1::1-2001:db8:1::ffff";
Expand Down

0 comments on commit 3828bc6

Please sign in to comment.