···12121313## How to install
14141515-First, choose the multi-user installation:
1616-1515+First, choose the multi-user installation:
1716`sh <(curl --proto '=https' --tlsv1.2 -L https://nixos.org/nix/install) --daemon`
18171919-> **Note**: The installer will complain, that you don't have `systemd` installed. This is expected—we will handle that next.
1818+> **Note**: The installer will complain, that you don't have `systemd` installed.
1919+> This is expected—we will handle that next.
20202121-Next, add the `nix` daemon to the services of your Sprite:
2222-2121+Next, add the `nix` daemon to the services of your Sprite:
2322```bash
2423sprite-env services create nix-daemon \
2525- --cmd sudo \
2626- --args /nix/var/nix/profiles/default/bin/nix-daemon
2424+ --cmd sudo \
2525+ --args /nix/var/nix/profiles/default/bin/nix-daemon
2726```
28272928That's all. Yep.