mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-08 18:03:08 +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;
|
||||
lxd.enable = true;
|
||||
virtualbox = {
|
||||
host = {
|
||||
enable = true;
|
||||
enableExtensionPack = true;
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
|
|
|
@ -64,7 +64,7 @@ in {
|
|||
xh
|
||||
du-dust
|
||||
duf
|
||||
|
||||
virtualbox
|
||||
];
|
||||
};
|
||||
programs = {
|
||||
|
|
Loading…
Reference in a new issue