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;