From 7a3caf292356c57546b7979a559106fb4515c0d1 Mon Sep 17 00:00:00 2001 From: oqyude Date: Sun, 9 Nov 2025 18:28:57 +0300 Subject: [PATCH] 123 --- configurations/wsl.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configurations/wsl.nix b/configurations/wsl.nix index 5de36f7..622aa7e 100644 --- a/configurations/wsl.nix +++ b/configurations/wsl.nix @@ -48,10 +48,10 @@ let hostName = "${xlib.device.hostname}"; networkmanager.enable = true; tempAddresses = "disabled"; - dhcpcd = { - enable = true; - IPv6rs = true; - }; + # dhcpcd = { + # enable = true; + # IPv6rs = true; + # }; firewall = { enable = false; allowPing = true;