Pr/bump #30

Merged
steveej merged 24 commits from pr/bump into master 2019-12-04 18:40:10 +00:00
Showing only changes of commit fbc8032fd2 - Show all commits

View file

@ -65,8 +65,12 @@ in {
}; };
virtualbox.host.enable = true; virtualbox.host.enable = true;
virtualbox.host.addNetworkInterface = true; virtualbox.host.addNetworkInterface = true;
docker.enable = true; docker = {
enable = true;
extraOptions = "--experimental";
}; };
};
boot.initrd.network = { boot.initrd.network = {
enable = true; enable = true;