global(io): reduce firewall spam

This commit is contained in:
514fpv 2024-05-14 10:48:16 +08:00
parent da5222cc5f
commit 067b049c2f
Signed by: koishi
SSH key fingerprint: SHA256:teGH/whc7knUnrVql01pPBpPm+hBiTAJaR57j2Jg0gs

View file

@ -27,6 +27,7 @@ in {
"192.168.123.1" = [ "netvm" ]; "192.168.123.1" = [ "netvm" ];
}; };
networking.firewall.logRefusedConnections = true;
hardware.bluetooth.enable = mkDefault cfg.bluetooth; hardware.bluetooth.enable = mkDefault cfg.bluetooth;
hardware.pulseaudio = mkIf cfg.audio { hardware.pulseaudio = mkIf cfg.audio {