Forward rsyslog logs to remote server
Some checks failed
/ test (push) Failing after 2s

This commit is contained in:
Théo Barnouin 2024-10-24 10:50:34 +02:00
parent c0c190e259
commit 6589509e23

View file

@ -99,10 +99,10 @@
}; };
fail2ban = { fail2ban = {
enable = true; enable = true;
ignoreIP = [ "192.168.1.0/24" ];
}; };
rsyslogd = { rsyslogd = {
enable = true; enable = true;
extraConfig = "*.*@192.168.1.27:514;RSYSLOG_SyslogProtocol23Format";
}; };
prometheus = { prometheus = {
exporters = { exporters = {