From 899c08e4b6faa6835c60bc730542a1fe47b5cd6c Mon Sep 17 00:00:00 2001 From: oqyude Date: Sun, 9 Nov 2025 18:36:23 +0300 Subject: [PATCH] 123 --- configurations/wsl.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/configurations/wsl.nix b/configurations/wsl.nix index 622aa7e..cda090b 100644 --- a/configurations/wsl.nix +++ b/configurations/wsl.nix @@ -37,17 +37,17 @@ let }; networking = { - nameservers = [ - "1.1.1.1" - "8.8.8.8" - "2001:4860:4860::8844" - "2001:4860:4860::8888" - "2606:4700:4700::1111" - "2606:4700:4700::1001" - ]; + # nameservers = [ + # "1.1.1.1" + # "8.8.8.8" + # "2001:4860:4860::8844" + # "2001:4860:4860::8888" + # "2606:4700:4700::1111" + # "2606:4700:4700::1001" + # ]; hostName = "${xlib.device.hostname}"; - networkmanager.enable = true; - tempAddresses = "disabled"; + # networkmanager.enable = true; + # tempAddresses = "disabled"; # dhcpcd = { # enable = true; # IPv6rs = true;