{
  virtualisation.docker = {
    enable = true;
    daemon.settings = {
      "default-address-pools" = [
        {
          "base" = "172.29.0.0/16";
          "size" = 24;
        }
      ];
    };
  };
}