* Don't enable rdnssd by default for the moment.
svn path=/nixos/trunk/; revision=26505
This commit is contained in:
parent
b2d6dfecbc
commit
87a2c6d9c5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user