nixos/security/wrappers: remove WRAPPER_PATH
This appears to be a leftover from 628e6a83
.
This commit is contained in:
parent
936e8eaf41
commit
27dcb04cde
1 changed files with 0 additions and 4 deletions
|
@ -230,10 +230,6 @@ in
|
|||
system.activationScripts.wrappers =
|
||||
lib.stringAfter [ "specialfs" "users" ]
|
||||
''
|
||||
# Look in the system path and in the default profile for
|
||||
# programs to be wrapped.
|
||||
WRAPPER_PATH=${config.system.path}/bin:${config.system.path}/sbin
|
||||
|
||||
chmod 755 "${parentWrapperDir}"
|
||||
|
||||
# We want to place the tmpdirs for the wrappers to the parent dir.
|
||||
|
|
Loading…
Reference in a new issue