Pr/bump #34
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