Disable alertmanager for now

This commit is contained in:
fi 2025-06-29 21:46:42 +02:00
parent 2765e92644
commit 2133779fe2

View file

@ -16,10 +16,5 @@
}) (builtins.attrNames hosts);
}
];
alertmanager = {
enable = true;
listenAddress = "localhost";
webExternalUrl = "https://alertmanager.grzb.de";
};
};
}