{ pkgs, ... }: { system.activationScripts.network-internal = '' ${pkgs.docker}/bin/docker network create network-internal ''; }