devices/steveej-t480s-work: use experimental docker features

This commit is contained in:
steveej 2019-10-30 21:30:50 +01:00
parent 23a043f33f
commit fbc8032fd2

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;