fix(io): reduce firewall spam
This commit is contained in:
parent
f9494546a2
commit
e60e11bc37
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue