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