security-wrapper: run activation script after specialfs

Ensures that parentWrapperDir exists before it is used.

Closes #26851

tv ea44ca47 813feae5

Changed files
+1 -1
nixos
modules
security
wrappers
+1 -1
nixos/modules/security/wrappers/default.nix
···
###### setcap activation script
system.activationScripts.wrappers =
-
lib.stringAfter [ "users" ]
+
lib.stringAfter [ "specialfs" "users" ]
''
# Look in the system path and in the default profile for
# programs to be wrapped.