{ config, lib, pkgs, ... }: { virtualisation = { # Enable docker using zfs docker = { enable = true; storageDriver = "zfs"; }; }; }