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.
wip/yesman
Alexey Shmalko 8 years ago committed by Bjørn Forsman
parent 3ddf76c00a
commit b7237abc08
  1. 3
      nixos/modules/services/networking/avahi-daemon.nix

@ -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…
Cancel
Save