first VM up and running! still wip

This commit is contained in:
Sagar Ch 2024-06-07 02:35:33 +00:00
parent 35710f6d3c
commit 0d9e299595
4 changed files with 310 additions and 118 deletions

View file

@ -5,5 +5,5 @@ let
args = { inherit config pkgs lib vmixLib; };
in
{
imports = [ (import ./network args) ];
imports = [ (import ./network args) (import ./vm args) ];
}