16 lines
456 B
Markdown
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
|