mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 21:14:52 +00:00
avahi-daemon: remove default browse-domains
These domains are not actually default but examples. See https://github.com/lathiat/avahi/blob/master/avahi-daemon/avahi-daemon.conf#L24 for default config.
This commit is contained in:
parent
3ddf76c00a
commit
b7237abc08
@ -75,7 +75,8 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
browseDomains = mkOption {
|
browseDomains = mkOption {
|
||||||
default = [ "0pointer.de" "zeroconf.org" ];
|
default = [ ];
|
||||||
|
example = [ "0pointer.de" "zeroconf.org" ];
|
||||||
description = ''
|
description = ''
|
||||||
List of non-local DNS domains to be browsed.
|
List of non-local DNS domains to be browsed.
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user