This commit is contained in:
randogoth 2026-02-04 17:35:16 +02:00
parent fccf4fb972
commit c9bff9d62e

View file

@ -1 +1,13 @@
under heavy development > under heavy development
## Install in place
```
sudo nixos-rebuild switch --flake "git+https://codeberg.org/randogoth/nanuqsaurus.git#nanuqsaurus"
```
## Install to a mounted target root (/mnt)
```
sudo nixos-install --root /mnt --flake "git+https://codeberg.org/randogoth/nanuqsaurus.git#nanuqsaurus"
```