vm + cleanup

This commit is contained in:
Henri Dohmen 2026-02-06 20:06:09 +01:00
parent 53ecce03bd
commit 17b4945451
Signed by: hd
GPG key ID: AB79213B044674AE
5 changed files with 77 additions and 52 deletions

View file

@ -111,7 +111,21 @@
"c2"
"fw"
]
);
)
// {
"test-vm" = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
inherit specialArgs;
modules = [
{
imports = [
./mod
./host/test-vm
];
}
];
};
};
colmenaHive = colmena.lib.makeHive {
meta = {