icinga2-agent: build without perfdata writers (#393674)

Changed files
+1
pkgs
top-level
+1
pkgs/top-level/all-packages.nix
···
withMysql = false;
withNotification = false;
withIcingadb = false;
+
withPerfdata = false;
nagiosPlugins = recurseIntoAttrs (callPackages ../servers/monitoring/nagios-plugins { });