Fix IP address to match perseverance hypervisor
This commit is contained in:
parent
cbb5c3623b
commit
e87f6d396f
3 changed files with 5 additions and 5 deletions
|
@ -98,7 +98,7 @@
|
|||
};
|
||||
fail2ban = {
|
||||
enable = true;
|
||||
ignoreIP = [ "192.168.122.0/24" ];
|
||||
ignoreIP = [ "192.168.1.0/24" ];
|
||||
};
|
||||
rsyslogd = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue