From 9a40ac45f0e572a41f2f8f3d2f18c50338c9ddb2 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sat, 11 Apr 2026 18:33:20 -0500 Subject: btrfs profile with autoscrubbing and move docker.storageDriver to the btrfs/zfs profiles --- archetypes/profiles/zfs/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'archetypes/profiles/zfs/default.nix') diff --git a/archetypes/profiles/zfs/default.nix b/archetypes/profiles/zfs/default.nix index 5fe63fe..a3ca2e1 100644 --- a/archetypes/profiles/zfs/default.nix +++ b/archetypes/profiles/zfs/default.nix @@ -13,10 +13,12 @@ autoSnapshot.enable = mkZfs true; autoScrub.enable = mkZfs true; }; + + # Make docker work with zfs + virtualisation.docker.storageDriver = mkZfs "zfs"; }; homeConfig = {}; in { imports = [ (lib._mkProfileArchetype "zfs" nixosConfig homeConfig) ]; } - -- cgit v1.2.3