nanuqsaurus/README.md

19 lines
579 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

> under heavy development
## Adopt on an existing NixOS install (recommended)
Use a small local wrapper flake that imports this repos profile module and keeps
your machines `hardware-configuration.nix` for mounts/boot:
- `docs/adopt.md`
## Fresh install (wipes disk, uses disko)
```
sudo nix --experimental-features "nix-command flakes" \
run github:nix-community/disko/latest#disko-install -- \
--mode format \
--flake "git+https://codeberg.org/randogoth/nanuqsaurus.git#nanuqsaurus-btrfs" \
--disk main /dev/disk/by-id/<your-disk> \
--mount-point /mnt
```