Removing unused module option old-wrapperDir

This commit is contained in:
Parnell Springmeyer 2017-02-14 07:30:21 -06:00
parent a27f35993d
commit ba499e3aa0
No known key found for this signature in database
GPG key ID: DCCF89258EAD874A

View file

@ -131,16 +131,6 @@ in
'';
};
security.old-wrapperDir = lib.mkOption {
type = lib.types.path;
default = "/var/setuid-wrappers";
internal = true;
description = ''
This option defines the path to the wrapper programs. It
should not be overriden.
'';
};
security.wrapperDir = lib.mkOption {
type = lib.types.path;
default = "/run/wrappers/bin";