mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-22 13:53:09 +02:00
added virtualbox
Signed-off-by: Alex Stan <stan.alexandru@ichb.ro>
This commit is contained in:
parent
1d472bd957
commit
7beb435913
2 changed files with 8 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
|
@ -64,7 +64,7 @@ in {
|
||||||
xh
|
xh
|
||||||
du-dust
|
du-dust
|
||||||
duf
|
duf
|
||||||
|
virtualbox
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
programs = {
|
programs = {
|
||||||
|
|
Loading…
Reference in a new issue