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