{ # lib, # pkgs, config, # modulesPath, ... }: { virtualisation = { docker = { enable = true; }; }; }