Post
Managed to fix it.
Here the solution to the supposedly "broken beyond repair" multicast in nixos:
```
networking.nftables.enable = true;
networking.firewall.extraInputRules = "pkttype { broadcast,multicast } accept";
```
A space for Bonfire maintainers and contributors to communicate