From ba499e3aa04dccd5e99676731055bf3c3a34b249 Mon Sep 17 00:00:00 2001 From: Parnell Springmeyer Date: Tue, 14 Feb 2017 07:30:21 -0600 Subject: [PATCH] Removing unused module option old-wrapperDir --- nixos/modules/security/wrappers/default.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/nixos/modules/security/wrappers/default.nix b/nixos/modules/security/wrappers/default.nix index e51103981e6..8c4353fdd96 100644 --- a/nixos/modules/security/wrappers/default.nix +++ b/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";