fix(io): reduce firewall spam

This commit is contained in:
514fpv 2024-05-14 10:48:16 +08:00
parent f9494546a2
commit e60e11bc37
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

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