my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(wsl): don't enable resolved

isabel 99691b4d 69b4ae96

+3
+3
modules/profiles/wsl/default.nix
··· 34 34 35 35 networking.tcpcrypt.enable = mkForce false; 36 36 37 + # resolv.conf is managed by wsl 38 + services.resolved.enable = mkForce false; 39 + 37 40 # allow me to open files and links in Windows from WSL 38 41 environment = { 39 42 variables.BROWSER = mkForce "wsl-open";