devices/steveej-t480s-work: use experimental docker features
This commit is contained in:
parent
23a043f33f
commit
fbc8032fd2
1 changed files with 5 additions and 1 deletions
|
@ -65,8 +65,12 @@ in {
|
|||
};
|
||||
virtualbox.host.enable = true;
|
||||
virtualbox.host.addNetworkInterface = true;
|
||||
docker.enable = true;
|
||||
docker = {
|
||||
enable = true;
|
||||
extraOptions = "--experimental";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
boot.initrd.network = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue