infra: boot a simple VM

This commit is contained in:
Raito Bezarius 2023-07-02 19:45:17 +02:00
parent 444a655fec
commit 8d187d1ef0
3 changed files with 15 additions and 4 deletions

View file

@ -107,6 +107,9 @@ in
flake.colmena = {
meta.nixpkgs = import nixpkgs {
system = "x86_64-linux";
overlays = [
nixos-hypervisor.overlays.default
];
};
epyc = {
imports =