docs: remove outdated nix-rebuild notes

This commit is contained in:
Karolis Labrencis 2021-10-24 01:33:04 +03:00 committed by David Arnold
parent 1b1bc8eb97
commit 65db5d30ae

View file

@ -47,8 +47,5 @@ This calls `nixos-rebuild` with sudo to build and install your configuration.
> ##### _Notes:_
> - Instead of `switch`, you can pass `build`, `test`, `boot`, etc just as with
> `nixos-rebuild`.
>
> - It is convenient to have the template living at `/etc/nixos` so you can
> simply `sudo nixos-rebuild switch` from anywhere on the system, but it is
> not required.