From c40fdd2a9ea66e4f8592a4c8dd64c0ff7ba26faf Mon Sep 17 00:00:00 2001 From: Quentin Boyer Date: Sun, 12 Feb 2023 17:32:42 +0100 Subject: [PATCH] Use BTRFS as docker storage driver --- nixos/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index d835a9d..70a6a61 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -85,6 +85,7 @@ }; docker = { enable = true; + storageDriver = "btrfs"; }; };