chore: disable wsl old on systemd 🔨

This commit is contained in:
DannyDannyDanny 2024-11-05 08:19:57 +00:00
parent 7107459300
commit f1ff93923b

View file

@ -18,7 +18,7 @@
wsl.enable = true;
wsl.defaultUser = "nixos";
wsl.nativeSystemd = false;
# wsl.nativeSystemd = false; # This (old) method of running systemd in a container (syschdemd) is deprecated.
nix.settings.experimental-features = [ "nix-command" "flakes" ]; # for vscode remote server