added virtualbox

Signed-off-by: Alex Stan <stan.alexandru@ichb.ro>
This commit is contained in:
Alex Stan 2023-04-06 12:24:49 +03:00
parent 1d472bd957
commit 7beb435913
2 changed files with 8 additions and 1 deletions

View file

@ -208,6 +208,13 @@ in {
}; };
waydroid.enable = true; waydroid.enable = true;
lxd.enable = true; lxd.enable = true;
virtualbox = {
host = {
enable = true;
enableExtensionPack = true;
};
};
}; };
services = { services = {

View file

@ -64,7 +64,7 @@ in {
xh xh
du-dust du-dust
duf duf
virtualbox
]; ];
}; };
programs = { programs = {