{ pkgs-unstable, ... }: { virtualisation = { docker = { enable = true; autoPrune.enable = true; package = pkgs-unstable.docker; }; }; }