disable logging refused connections on rackserv

This commit is contained in:
xunuwu 2025-06-04 03:51:32 +02:00
parent 3b826785e0
commit 17d0efa8cd
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI

View file

@ -32,6 +32,8 @@
efiInstallAsRemovable = true;
};
networking.firewall.logRefusedConnections = false; # this spams my journal too much
hardware.enableRedistributableFirmware = true;
environment.persistence."/persist".enable = false;