ipv6 v1 test try hope

This commit is contained in:
zastian@mrthoddata.com
2025-08-27 15:11:00 +01:00
parent 8414845ce5
commit 388d5f63cc

View File

@@ -36,7 +36,7 @@
dhcpcd.enable = false; dhcpcd.enable = false;
# IPv6 configuration # IPv6 configuration
# enableIPv6 = false; enableIPv6 = true;
# Configure network proxy if necessary # Configure network proxy if necessary
# proxy.default = "http://user:password@proxy:port/"; # proxy.default = "http://user:password@proxy:port/";
@@ -46,7 +46,10 @@
extraHosts = '' extraHosts = ''
127.0.0.0 localhost 127.0.0.0 localhost
''; '';
nameservers = [ "192.168.1.1" ]; nameservers = [
"192.168.1.1"
""
];
search = [ "localdomain" ]; search = [ "localdomain" ];
# # environment.etc = { # # environment.etc = {