From 388d5f63cc06c52e2905cc15ddb302134c2f2379 Mon Sep 17 00:00:00 2001 From: "zastian@mrthoddata.com" Date: Wed, 27 Aug 2025 15:11:00 +0100 Subject: [PATCH] ipv6 v1 test try hope --- system/network.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/system/network.nix b/system/network.nix index 23759bb..a616633 100755 --- a/system/network.nix +++ b/system/network.nix @@ -36,7 +36,7 @@ dhcpcd.enable = false; # IPv6 configuration - # enableIPv6 = false; + enableIPv6 = true; # Configure network proxy if necessary # proxy.default = "http://user:password@proxy:port/"; @@ -46,7 +46,10 @@ extraHosts = '' 127.0.0.0 localhost ''; - nameservers = [ "192.168.1.1" ]; + nameservers = [ + "192.168.1.1" + "" + ]; search = [ "localdomain" ]; # # environment.etc = {