change readme
This commit is contained in:
parent
bdf660cc56
commit
36898bfd75
1 changed files with 11 additions and 2 deletions
13
README.md
13
README.md
|
|
@ -1,7 +1,16 @@
|
|||
## 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
|
||||
```
|
||||
sudo nix --experimental-features "nix-command flakes" run github:nix-community/disko/latest -- --mode disko /tmp/nix-priv/src/hosts/pickwick/disko.nix
|
||||
```
|
||||
|
||||
## References
|
||||
|
||||
- https://github.com/iynaix/dotfiles/blob/13c2fcec880d292726f52be1075277d521caf3a7/nixos/zfs.nix
|
||||
- https://github.com/iynaix/dotfiles/blob/13c2fcec880d292726f52be1075277d521caf3a7/nixos/impermanence.nix#L69
|
||||
|
|
|
|||
Loading…
Reference in a new issue