{ pkgs, ... }: { virtualisation.docker = { enable = true; storageDriver = "btrfs"; }; }