Edited defaultGateway to be correct according to the documentation.
This commit is contained in:
@@ -40,7 +40,8 @@
|
||||
# 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" ];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user