2026-02-04 17:35:16 +02:00
|
|
|
|
> under heavy development
|
|
|
|
|
|
|
2026-02-04 20:53:05 +02:00
|
|
|
|
## Adopt on an existing NixOS install (recommended)
|
2026-02-04 17:35:16 +02:00
|
|
|
|
|
2026-02-04 20:53:05 +02:00
|
|
|
|
Use a small local wrapper flake that imports this repo’s profile module and keeps
|
|
|
|
|
|
your machine’s `hardware-configuration.nix` for mounts/boot:
|
2026-02-04 17:35:16 +02:00
|
|
|
|
|
2026-02-04 20:53:05 +02:00
|
|
|
|
- `docs/adopt.md`
|
2026-02-04 17:35:16 +02:00
|
|
|
|
|
2026-02-04 20:53:05 +02:00
|
|
|
|
## 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
|
2026-02-04 17:35:16 +02:00
|
|
|
|
```
|