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:
parent
f15674cb3e
commit
2702ccab6b
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue