diff --git a/hosts/elara/README.md b/hosts/elara/README.md index 36d6994..0c6ae32 100644 --- a/hosts/elara/README.md +++ b/hosts/elara/README.md @@ -12,5 +12,6 @@ You must build the system once with `sas.build.private = false;`. Then, connect 2. Copy the generated tarball to the Elara host 3. On the Elara host, run `wsl --import NixOS $env:USERPROFILE\NixOS nixos.wsl --version 2` in PowerShell 4. `chown` your home directory to your user -5. Restart WSL with `wsl --shutdown` -6. Optionally, run `wsl --set-default nixos` to make NixOS the default WSL distribution +5. Stop WSL with `wsl --shutdown` +6. Enable `cgroup v2` support by setting `kernelCommandLine=cgroup_no_v1=all` in `.wslconfig` in your Windows home directory +7. Optionally, run `wsl --set-default nixos` to make NixOS the default WSL distribution