Edited defaultGateway to be correct according to the documentation.

This commit is contained in:
2025-11-13 23:00:14 +00:00
parent 239225c268
commit 04a23aabee

View File

@@ -40,7 +40,8 @@
# prefixLength = 24; # prefixLength = 24;
# } # }
# ]; # ];
ipv4.gateway = "192.168.1.1"; defaultGateway.address = "192.168.1.1";
defaultGateway.interface = "wlan0";
nameservers = [ "1.1.1.1" "8.8.8.8" ]; nameservers = [ "1.1.1.1" "8.8.8.8" ];
}; };