{ config, pkgs, ... }: { virtualisation.docker = { enable = true; daemon.settings = { experimental = true; }; }; }