nanuqsaurus/README.md

20 lines
579 B
Markdown
Raw Permalink Normal View History

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