tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
Removing unused module option old-wrapperDir
Parnell Springmeyer
9 years ago
ba499e3a
a27f3599
-10
1 changed file
expand all
collapse all
unified
split
nixos
modules
security
wrappers
default.nix
-10
nixos/modules/security/wrappers/default.nix
reviewed
···
131
131
'';
132
132
};
133
133
134
134
-
security.old-wrapperDir = lib.mkOption {
135
135
-
type = lib.types.path;
136
136
-
default = "/var/setuid-wrappers";
137
137
-
internal = true;
138
138
-
description = ''
139
139
-
This option defines the path to the wrapper programs. It
140
140
-
should not be overriden.
141
141
-
'';
142
142
-
};
143
143
-
144
134
security.wrapperDir = lib.mkOption {
145
135
type = lib.types.path;
146
136
default = "/run/wrappers/bin";