Merge branch 'main' of https://git.zerojay.com/jay/nixverse
This commit is contained in:
12
README.md
12
README.md
@@ -22,3 +22,15 @@ To-Do List
|
||||
Setup arcade machine on NixOS.
|
||||
Setup ally machine on NixOS.
|
||||
|
||||
Installation
|
||||
|
||||
- Run latest NixOS installer from USB stick.
|
||||
- git clone https://git.zerojay.com/jay/nixverse.git && cd nixverse
|
||||
- git submodule update --init --recursive
|
||||
- cd nodes/hosts/[systemname]
|
||||
- sudo nix --experimental-features "nix-command flakes" run github:nix-community/disko/latest -- --mode destroy,format,mount ./disk-config.nix
|
||||
- mount | grep /mnt
|
||||
- sudo btrfs subvolume list /mnt
|
||||
- sudo btrfs property get -ts /mnt/root-blank
|
||||
- cd ~/nixverse
|
||||
- sudo nixos-install --root /mnt --flake .#[systemname]
|
||||
|
||||
Reference in New Issue
Block a user