docs: update README.md to comply with new spec for installation

This commit is contained in:
Ceferino Patino 2026-04-29 21:39:40 -05:00
commit 0ae066f074
Signed by: c4patino
SSH key fingerprint: SHA256:Wu+cU1t+7zVT9wzew/4meNmeulo66NzMqc22MdDBgXI

View file

@ -55,17 +55,17 @@ cd ~/dotfiles
# Partition and format drives using disko
# Replace <device> with your disk device (e.g., sda, nvme0n1)
sudo nix --experimental-features "nix-command flakes" run github:nix-community/disko -- \
--mode disko ~/dotfiles/system/hosts/disko.nix \
sudo nix --experimental-features "flakes nix-command pipe-operators" run github:nix-community/disko -- \
--mode disko ~/dotfiles/systems/disko.nix \
--arg main '"/dev/<device>"'
zfs snapshot zroot/root@blank
# Copy configuration to the persistent storage
sudo cp ~/dotfiles /mnt/persist
# Install NixOS with the configuration for your system
# Replace <system-name> with one of: arisu, kokoro, shiori, chibi
sudo nixos-install --root /mnt --flake ~/dotfiles#<system-name> --option extra-experimental-features pipe-operators
# Replace <system-name> with one of: arisu, kokoro, shiori, chibi, tobira
sudo nixos-install --root /mnt --flake ~/dotfiles#<system-name> --option extra-experimental-features "flakes nix-command pipe-operators"
```
## Customization