Improve rsyslog config

This commit is contained in:
Théo Barnouin 2025-05-13 14:15:43 +02:00
parent 54ec8c85d3
commit 0511396ca7

View file

@ -128,7 +128,9 @@
};
rsyslogd = {
enable = true;
extraConfig = "*.*@192.168.1.27:1514;RSYSLOG_SyslogProtocol23Format";
extraConfig = ''
*.* action(type="omfwd" target="192.168.1.27" port="1514" protocol="tcp")
'';
};
prometheus = {
exporters = {