How can I add a setting to every systemd unit system wide? This triggers an infinite recursion: ``` systemd.services = mapAttrs (svcName: svc: { unitConfig.ConditionPathExists = "!/boot/disabled/${svcName}"; }) config.systemd.services; ```