From 369c4a45027aad6d68fd546e23b55080bb602bab Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Sun, 5 Oct 2025 00:07:19 +0200 Subject: [PATCH] Update readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c1a56b..3879a67 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # nixos -My NixOS config \ No newline at end of file +My NixOS config + +``` +git clone https://git.hektormisplon.xyz/hektor/nix.git +cd nix +sudo nix --experimental-features "nix-command flakes" run 'github:nix-community/disko/latest#disko-install' -- --flake .#vm --disk root /dev/vda +```