700 B
700 B
elara
Private Repositories
This host uses private SAS repositories. You can find the imports for these in:
You must build the system once with sas.build.private = false;
. Then, connect to the SAS VPN, and rebuild the system.
Installation Instructions
- Using a separate Nix system, run
hosts/elara/build-tarball.sh
- Copy the generated tarball to the Elara host
- On the Elara host, run
wsl --import NixOS $env:USERPROFILE\NixOS nixos.wsl --version 2
in PowerShell - Enable
cgroup v2
support by settingkernelCommandLine=cgroup_no_v1=all
in.wslconfig
in your Windows home directory - Optionally, run
wsl --set-default nixos
to make NixOS the default WSL distribution