{ pkgs, ... }: { virtualisation.docker = { enable = true; extraOptions = '' --data-root /var/lib/docker ''; storageDriver = "zfs"; }; }