chore: disable wsl old on systemd 🔨
This commit is contained in:
parent
7107459300
commit
f1ff93923b
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
wsl.enable = true;
|
wsl.enable = true;
|
||||||
wsl.defaultUser = "nixos";
|
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
|
nix.settings.experimental-features = [ "nix-command" "flakes" ]; # for vscode remote server
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue