mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03: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
1 changed files with 2 additions and 1 deletions
|
@ -75,7 +75,8 @@ in
|
|||
};
|
||||
|
||||
browseDomains = mkOption {
|
||||
default = [ "0pointer.de" "zeroconf.org" ];
|
||||
default = [ ];
|
||||
example = [ "0pointer.de" "zeroconf.org" ];
|
||||
description = ''
|
||||
List of non-local DNS domains to be browsed.
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue