* Don't enable rdnssd by default for the moment.

svn path=/nixos/trunk/; revision=26505
This commit is contained in:
Eelco Dolstra 2011-03-25 09:29:22 +00:00
parent b2d6dfecbc
commit 87a2c6d9c5

View File

@ -12,7 +12,8 @@ with pkgs.lib;
options = {
services.rdnssd.enable = mkOption {
default = config.networking.enableIPv6;
default = false;
#default = config.networking.enableIPv6;
description =
''
Whether to enable the RDNSS daemon