From 1bc700cc887e4b2d88a5e8d6486cd0eeb71ac103 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 8 Dec 2022 11:02:37 +0100 Subject: nixos/develop: fix Docker startup by explicitly specifying storage driver --- nixos/modules/develop.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/modules/develop.nix') diff --git a/nixos/modules/develop.nix b/nixos/modules/develop.nix index fee6db5..5012fb8 100644 --- a/nixos/modules/develop.nix +++ b/nixos/modules/develop.nix @@ -122,6 +122,7 @@ in { virtualisation.docker = { enable = true; autoPrune.enable = true; + storageDriver = "btrfs"; }; virtualisation.lxd = { enable = true; -- cgit v1.2.3