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 b16494a commit f3790a0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions nixos/hosts/fw1.nwk3.rabbito.tech/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,39 +53,39 @@
{
pools = [
{
pool = "192.168.17.100 - 192.168.17.240";
pool = "192.168.17.20 - 192.168.17.240";
}
];
subnet = "192.168.17.0/24";
}
{
pools = [
{
pool = "192.168.16.100 - 192.168.16.240";
pool = "192.168.16.20 - 192.168.16.240";
}
];
subnet = "192.168.16.0/24";
}
{
pools = [
{
pool = "10.49.99.100 - 10.49.99.240";
pool = "10.40.99.20 - 10.40.99.240";
}
];
subnet = "10.49.99.0/24";
subnet = "10.40.99.0/24";
}
{
pools = [
{
pool = "192.168.14.100 - 192.168.14.240";
pool = "192.168.14.20 - 192.168.14.240";
}
];
subnet = "192.168.14.0/24";
}
{
pools = [
{
pool = "192.168.13.100 - 192.168.13.240";
pool = "192.168.13.20 - 192.168.13.240";
}
];
subnet = "192.168.13.0/24";
Expand Down

0 comments on commit f3790a0

Please sign in to comment.