diff --git a/nixos/hosts/wsl.nix b/nixos/hosts/wsl.nix index 4a76710..5e0c8f6 100644 --- a/nixos/hosts/wsl.nix +++ b/nixos/hosts/wsl.nix @@ -11,8 +11,6 @@ wsl = { enable = true; defaultUser = "nixos"; - # TODO: check that this actually works, if it does, remove this comment and resolv.conf - # if not, remove this part and add URLs below to resolv.conf wslConf.network.generateResolvConf = false; };