ipv6 v1 test try hope
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user