mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
test: microVM test
This commit is contained in:
parent
bd1d74997d
commit
f15baf7ccb
21 changed files with 405 additions and 529 deletions
6
modules/nixos/microvm/default.nix
Normal file
6
modules/nixos/microvm/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ flake, ... }:
|
||||
{
|
||||
imports = [
|
||||
flake.inputs.microvm.nixosModules.host
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue