mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
nixos/avahi-daemon: openFirewall default to false
This commit is contained in:
parent
535c434fa8
commit
efeb1e50d9
@ -103,7 +103,7 @@ in
|
||||
|
||||
openFirewall = mkOption {
|
||||
type = types.bool;
|
||||
default = true;
|
||||
default = false;
|
||||
description = lib.mdDoc ''
|
||||
Whether to open the firewall for UDP port 5353.
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user