From facae3b29560d614a103b8eb1bacb8e72675c501 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Sun, 3 Sep 2023 22:04:18 -0600 Subject: disabled ipv6 temporarily --- machines/zenbook/configuration.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'machines') diff --git a/machines/zenbook/configuration.nix b/machines/zenbook/configuration.nix index cf55eed..5615d8d 100644 --- a/machines/zenbook/configuration.nix +++ b/machines/zenbook/configuration.nix @@ -29,6 +29,7 @@ # Pick only one of the below networking options. # wireless.enable = true; # Enables wireless support via wpa_supplicant. networkmanager.enable = true; # Easiest to use and most distros use this by default. + enableIPv6 = false; # Configure network proxy if necessary # proxy.default = "http://user:password@proxy:port/"; -- cgit v1.2.3