nix-v0/README.md
2024-11-03 18:36:00 -06:00

16 lines
456 B
Markdown

## Host
### Pickwick
```bash
cd /tmp
git clone https://git.rs.ht/rayandrew/nix-priv.git
cd nix-priv
sudo nix --experimental-features "nix-command flakes" run github:nix-community/disko/latest -- --mode disko /tmp/nix-priv/src/hosts/pickwick/disko.nix --arg device '"/dev/nvme0n1"'
sudo nixos-install --root /mnt --flake .#pickwick
```
## References
- https://github.com/iynaix/dotfiles (HUGE THANKS, MIT LICENSE)
- https://github.com/maydayv7/dotfiles