No Description

subDesTagesMitExtraKaese 7676712f21 build using nixos-install instead of docker image 2 weeks ago
workspace 7676712f21 build using nixos-install instead of docker image 2 weeks ago
.gitignore 6590344134 add script to start a vm 3 weeks ago
README.md 7676712f21 build using nixos-install instead of docker image 2 weeks ago
start-vm.sh 68f4fe9e67 fix warning about image type 3 weeks ago

README.md

Setup

Qemu binfmt emulation

sudo apt install binfmt-support qemu-user-static

In configuration.nix:

{
  boot.binfmt.emulatedSystems = [ "aarch64-linux" "armv7l-linux" ];
}

or in /etc/nix/nix.conf:

extra-platforms = aarch64-linux armv7l-linux
extra-sandbox-paths = /usr/libexec/qemu-binfmt /usr/bin/qemu-aarch64-static /usr/bin/qemu-arm-static