* Add the rdnss daemon.
* Add the ndisc6 package to the system path if IPv6 is enabled. svn path=/nixos/trunk/; revision=26496
This commit is contained in:
@@ -179,7 +179,9 @@ in
|
||||
pkgs.nettools
|
||||
pkgs.wirelesstools
|
||||
pkgs.rfkill
|
||||
] ++ optional (cfg.bridges != {}) [ pkgs.bridge_utils ];
|
||||
]
|
||||
++ optional (cfg.bridges != {}) pkgs.bridge_utils
|
||||
++ optional cfg.enableIPv6 pkgs.ndisc6;
|
||||
|
||||
security.setuidPrograms = [ "ping" "ping6" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user