{ config, ... }: { virtualisation.docker = { enable = config.modules.server.containerEngine == "docker"; daemon.settings.iptables = false; }; }