Skip to content

Commit

Permalink
fix(wsl): don't enable resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Jan 7, 2025
1 parent 69b4ae9 commit 99691b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/profiles/wsl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ in

networking.tcpcrypt.enable = mkForce false;

# resolv.conf is managed by wsl
services.resolved.enable = mkForce false;

# allow me to open files and links in Windows from WSL
environment = {
variables.BROWSER = mkForce "wsl-open";
Expand Down

0 comments on commit 99691b4

Please sign in to comment.