Няма описание

subDesTagesMitExtraKaese 7676712f21 build using nixos-install instead of docker image преди 2 седмици
workspace 7676712f21 build using nixos-install instead of docker image преди 2 седмици
.gitignore 6590344134 add script to start a vm преди 3 седмици
README.md 7676712f21 build using nixos-install instead of docker image преди 2 седмици
start-vm.sh 68f4fe9e67 fix warning about image type преди 3 седмици

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