Skip to content

Files

27 lines (17 loc) · 440 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 440 Bytes

ninomicro: nixos+nomad+deno+microvm

howto

build + run

nix build
nohup sudo nix run >./guest.log &2>1 &

connect as root

./scripts/ssh.sh

shut it down

./scripts/kill-firevm.sh

but why?

just an opinionated, experimental testbed that glues together some of my favorite bits of tech (nomad, micro-vms, deno a.k.a. typescript-on-rust) to play with lightweight cluster management ideas.