nixos-config/system/server/graylog-exporter.nix

6 lines
149 B
Nix
Raw Normal View History

2019-10-24 02:20:38 +02:00
{
# send data to graylog
services.SystemdJournal2Gelf.enable = true;
services.SystemdJournal2Gelf.graylogServer = "workhorse.private:11201";
}