Removing unused module option old-wrapperDir

wip/yesman
Parnell Springmeyer 7 years ago
parent a27f35993d
commit ba499e3aa0
No known key found for this signature in database
GPG Key ID: DCCF89258EAD874A
  1. 10
      nixos/modules/security/wrappers/default.nix

@ -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";

Loading…
Cancel
Save