krebs.setuid: update for nixos-unstable
This commit is contained in:
parent
d780569d78
commit
863bb9f912
|
@ -73,7 +73,7 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
imp = {
|
imp = {
|
||||||
system.activationScripts."krebs.setuid" = stringAfter [ "setuid" ]
|
system.activationScripts."krebs.setuid" = stringAfter [ "wrappers" ]
|
||||||
(concatMapStringsSep "\n" (getAttr "activate") (attrValues cfg));
|
(concatMapStringsSep "\n" (getAttr "activate") (attrValues cfg));
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue