lol

Removing unused module option old-wrapperDir

-10
-10
nixos/modules/security/wrappers/default.nix
··· 131 131 ''; 132 132 }; 133 133 134 - security.old-wrapperDir = lib.mkOption { 135 - type = lib.types.path; 136 - default = "/var/setuid-wrappers"; 137 - internal = true; 138 - description = '' 139 - This option defines the path to the wrapper programs. It 140 - should not be overriden. 141 - ''; 142 - }; 143 - 144 134 security.wrapperDir = lib.mkOption { 145 135 type = lib.types.path; 146 136 default = "/run/wrappers/bin";