firewall: don't log refused connections
This commit is contained in:
parent
84e26f0573
commit
0da79f1fd7
|
@ -9,6 +9,11 @@
|
|||
# Open kde connect ports
|
||||
programs.kdeconnect.enable = true;
|
||||
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
logRefusedConnections = false;
|
||||
};
|
||||
|
||||
# Enable CUPS to print documents.
|
||||
# services.printing.enable = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue