From d79ce8490bb44d3e8d713b9b49940180b259d5e2 Mon Sep 17 00:00:00 2001 From: jay Date: Mon, 7 Jul 2025 01:41:10 +0000 Subject: [PATCH 1/2] Partial installation instructions. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 9f83284..b5d7dc5 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,13 @@ 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 + From 8fc7e020fe67213f0b02123c5d5e053d356eca72 Mon Sep 17 00:00:00 2001 From: jay Date: Mon, 7 Jul 2025 01:45:38 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b5d7dc5..ba22075 100644 --- a/README.md +++ b/README.md @@ -31,4 +31,6 @@ Installation - 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]