Skip to content

Commit

Permalink
fix: kea config
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
anthr76 committed Apr 29, 2024
1 parent 4a4d60c commit 0d56249
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions nixos/hosts/fw1.nwk3.rabbito.tech/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@
}
];
subnet = "192.168.17.0/24";
option-data = [
{
name = "routers";
data = "10.40.99.1";
}
];
}
{
pools = [
Expand All @@ -65,6 +71,12 @@
}
];
subnet = "192.168.16.0/24";
option-data = [
{
name = "routers";
data = "10.40.99.1";
}
];
}
{
pools = [
Expand All @@ -87,6 +99,12 @@
}
];
subnet = "192.168.14.0/24";
option-data = [
{
name = "routers";
data = "10.40.99.1";
}
];
}
{
pools = [
Expand All @@ -95,6 +113,12 @@
}
];
subnet = "192.168.13.0/24";
option-data = [
{
name = "routers";
data = "10.40.99.1";
}
];
}
];
valid-lifetime = 4000;
Expand Down

0 comments on commit 0d56249

Please sign in to comment.