Skip to content
Snippets Groups Projects
Commit e348c991 authored by Florian Sesser's avatar Florian Sesser
Browse files

All hosts streaming their logs to the monitoring node need to know that host

parent 380b7e1f
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,11 @@
# qualified domain name.
deployment.targetHost = config.networking.fqdn;
networking.hosts = {
# To stream logs to the monitoring host, all nodes need to know its address
"172.23.23.1" = [ "monitoring" "monitoring.monitoringvpn" ];
};
assertions = [
# This is a check to save somebody in the future trying to debug why
# setting `nixpkgs.config` is not having an effect.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment