Skip to content

Commit

Permalink
expand incus subnet from /24 to /16
Browse files Browse the repository at this point in the history
this is one of the few nondestrucive actions woooooo

Signed-off-by: Amy Parker <[email protected]>
  • Loading branch information
amyipdev authored and diamondburned committed Mar 19, 2024
1 parent bf18a9f commit 562368e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servers/cs306/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
networks = [
{
config = {
"ipv4.address" = "172.16.100.1/24";
"ipv4.address" = "172.16.100.1/16";
"ipv4.nat" = "true";
"ipv4.firewall" = "false";
"ipv6.firewall" = "false";
Expand Down

0 comments on commit 562368e

Please sign in to comment.