remove mqtt

This commit is contained in:
XenGi 2026-08-21 09:28:47 +02:00
commit e8afa7c257
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg

View file

@ -7,7 +7,6 @@
{
networking.extraHosts = ''
2001:678:560:23:3036:24ff:fecf:965b mqtt.club.berlin.ccc.de
2001:678:560:23:be24:11ff:fe37:a49a forgejo-runner.club.berlin.ccc.de
'';
@ -50,7 +49,6 @@
"www.${config.networking.domain}:${toString config.services.prometheus.exporters.node.port}"
"dav.${config.networking.domain}:${toString config.services.prometheus.exporters.node.port}"
"git.${config.networking.domain}:${toString config.services.prometheus.exporters.node.port}"
"mqtt.club.berlin.ccc.de:9100"
"forgejo-runner.club.berlin.ccc.de:9100"
];
}