theba/docker: do not use braindead devicemapper storage

This commit is contained in:
Gabriel Ebner 2016-10-16 09:40:21 -04:00
parent a49f8d7830
commit 55a9aae5b0
1 changed files with 4 additions and 1 deletions

View File

@ -57,7 +57,10 @@
unison
];
virtualisation.docker.enable = true;
virtualisation.docker = {
enable = true;
storageDriver = "overlay2";
};
users.extraUsers.gebner.extraGroups = [ "docker" ];
virtualisation.virtualbox.host.enable = true;