From d2f1ca11963edc6bbe0ee2568d90db3da818a965 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Tue, 15 Sep 2026 15:37:10 -0500 Subject: use overlay2 driver instead of zfs driver for docker on zfs --- archetypes/profiles/zfs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archetypes/profiles/zfs/default.nix') diff --git a/archetypes/profiles/zfs/default.nix b/archetypes/profiles/zfs/default.nix index 00f3c0b..90ec5ee 100644 --- a/archetypes/profiles/zfs/default.nix +++ b/archetypes/profiles/zfs/default.nix @@ -16,8 +16,8 @@ autoScrub.enable = mkZfs true; }; - # Make docker work with zfs - virtualisation.docker.storageDriver = mkZfs "zfs"; + # Use overlay2 driver for zfs to avoid creating unnecessary datasets + virtualisation.docker.storageDriver = mkZfs "overlay2"; # Ensure root pools are safely imported (default after 26.11) # NOTE: If NixOS fails to boot because it cannot import the root pool, -- cgit v1.2.3