From 36898bfd75d06c70601ff730ce4bb259865f072e Mon Sep 17 00:00:00 2001 From: Ray Andrew Date: Sat, 26 Oct 2024 21:10:02 -0500 Subject: [PATCH] change readme --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5073578..e0e61f8 100644 --- a/README.md +++ b/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