clan-homepage/static/videos/nixos-install-script.txt

9 lines
281 B
Plaintext

# Script for installing NixOS VM.
```
$ USE_TMPDIR=1 TMPDIR=$(pwd) nix run .#nixosConfigurations.installer.config.system.build.nixos-shell
$ clan machines install machine-to-install root@localhost:2222
vm> poweroff
$ qemu-kvm -enable-kvm -hda ./empty0.qcow2 -m 512 -nographic
```