mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
* 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…
Reference in New Issue
Block a user