diff --git a/README.md b/README.md index 3879a67..2a7509a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ # nixos -My NixOS config +## Create VM host ([`disko`](https://github.com/nix-community/disko/blob/master/docs/interactive-vm.md)) ``` -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 +nix run -L '.#nixosConfigurations.mymachine.config.system.build.vmWithDisko' ```