summaryrefslogtreecommitdiff
path: root/archetypes
diff options
context:
space:
mode:
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/profiles/zfs/default.nix4
1 files changed, 2 insertions, 2 deletions
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,