This commit is contained in:
parent
c0c190e259
commit
6589509e23
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue