firewall: dont log refused connections

This commit is contained in:
cy 2024-12-16 20:36:32 -05:00
parent b3819a741f
commit 4a579a7d67

View file

@ -18,4 +18,5 @@
};
};
time.timeZone = "America/Toronto";
networking.firewall.logRefusedConnections = false;
}