1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-31 04:04:45 +00:00

Create wrapper directory at boot

Without this change, the wrapper directory would be removed on reboot
and would not be recreated until the next time the activation script ran
This commit is contained in:
Sam 2024-08-08 18:40:52 -07:00
parent f15674cb3e
commit 2702ccab6b
No known key found for this signature in database
GPG key ID: 07C4B9795517E3B4

View file

@ -26,6 +26,7 @@
${config.system.activationScripts.etcChecks.text}
${config.system.activationScripts.etc.text}
${config.system.activationScripts.keyboard.text}
${config.system.activationScripts.wrappers.text}
'';
serviceConfig.RunAtLoad = true;
serviceConfig.KeepAlive.SuccessfulExit = false;