feat: virtualbox
This commit is contained in:
parent
2d354922a7
commit
3c8a4f2380
2 changed files with 9 additions and 5 deletions
|
|
@ -133,6 +133,7 @@
|
|||
ripgrep
|
||||
rustup
|
||||
spotify
|
||||
teams
|
||||
thunderbird
|
||||
unzip
|
||||
usbutils
|
||||
|
|
@ -162,11 +163,14 @@
|
|||
};
|
||||
};
|
||||
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
rootless = {
|
||||
virtualisation = {
|
||||
virtualbox.host.enable = true;
|
||||
docker = {
|
||||
enable = true;
|
||||
setSocketVariable = true;
|
||||
rootless = {
|
||||
enable = true;
|
||||
setSocketVariable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue