Home: Extra disable fw logs.

This commit is contained in:
Dmitry Voronin 2024-11-24 22:47:57 +03:00
parent 6e32401f20
commit 109d6b738c
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -35,6 +35,14 @@ in {
firewall = {
enable = true;
allowPing = true;
rejectPackets = false; # Drop.
logRefusedConnections = false;
logReversePathDrops = false;
logRefusedPackets = false;
logRefusedUnicastsOnly = true;
extraCommands = let
# Container configs.
cfg = config.container.module;