From c35ad8e623bad1f3e3ffbf5c9519cfadc93e0976 Mon Sep 17 00:00:00 2001 From: osbm Date: Mon, 20 Oct 2025 14:46:45 +0300 Subject: [PATCH] instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 26685ac..ef1a4ed 100644 --- a/README.md +++ b/README.md @@ -127,3 +127,11 @@ build iso with: - [ ] enable swap on pochita - [ ] learnis it possible to enable swap with sd-image? + +nano /tmp/secret.key +sudo nix --experimental-features "nix-command flakes" run github:nix-community/disko -- --mode destroy,format,mount --flake github:osbm/flake#apollo + +sudo mkdir -p /mnt/etc/ssh +sudo ssh-keygen -t ed25519 -N "" -f /mnt/etc/ssh/initrd + +sudo nixos-install --flake github:osbm/flake#apollo --root /mnt --no-root-passwd