add microvms, and try to set up basics

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-06-22 10:57:23 -04:00
parent be327b6c90
commit f9d31cba65
6 changed files with 98 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
{
config,
lib,
pkgs,
...
}:
{
rad-dev.microvm-host.enable = true;
}