nix/os/devices/steveej-t480s-work: disable virtualbox
This commit is contained in:
parent
6727a9468c
commit
986b88bc25
1 changed files with 6 additions and 2 deletions
|
@ -63,8 +63,12 @@ in {
|
|||
tcp_port = "16509"
|
||||
'';
|
||||
};
|
||||
virtualbox.host.enable = true;
|
||||
virtualbox.host.addNetworkInterface = true;
|
||||
|
||||
virtualbox.host = {
|
||||
enable = false ;
|
||||
addNetworkInterface = false;
|
||||
};
|
||||
|
||||
docker = {
|
||||
enable = true;
|
||||
extraOptions = "--experimental";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue