first VM up and running! still wip
This commit is contained in:
parent
35710f6d3c
commit
0d9e299595
4 changed files with 310 additions and 118 deletions
|
|
@ -5,5 +5,5 @@ let
|
|||
args = { inherit config pkgs lib vmixLib; };
|
||||
in
|
||||
{
|
||||
imports = [ (import ./network args) ];
|
||||
imports = [ (import ./network args) (import ./vm args) ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue