nixosTests.mautrix-discord: fix

the test runs netstat, it needs to be installed

Changed files
+4
nixos
tests
+4
nixos/tests/matrix/mautrix-discord.nix
···
8008
8009
];
+
+
environment.systemPackages = [
+
pkgs.nettools
+
];
};
client =