docker: use devicemapper again
This commit is contained in:
parent
19352ea7c3
commit
901c72f9b1
|
@ -1,6 +1,9 @@
|
|||
{ pkgs, config, ... }:
|
||||
{
|
||||
virtualisation.docker.enable = true;
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
storageDriver = "devicemapper";
|
||||
};
|
||||
environment.systemPackages = with pkgs;[
|
||||
docker
|
||||
docker-compose
|
||||
|
|
Loading…
Reference in a new issue