{config, pkgs, ...}@input: { virtualisation.docker = { enable = true; daemon.settings = { data-root = "/srv/docker"; }; }; }