infra: boot a simple VM
This commit is contained in:
parent
444a655fec
commit
8d187d1ef0
3 changed files with 15 additions and 4 deletions
|
@ -107,6 +107,9 @@ in
|
|||
flake.colmena = {
|
||||
meta.nixpkgs = import nixpkgs {
|
||||
system = "x86_64-linux";
|
||||
overlays = [
|
||||
nixos-hypervisor.overlays.default
|
||||
];
|
||||
};
|
||||
epyc = {
|
||||
imports =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue