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