mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-05 16:27:03 +00:00
activate-system: don’t KeepAlive
It seems like a bad idea to keep restarting the activation daemon when it fails.
This commit is contained in:
parent
62ba0a2242
commit
0e87d3d391
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@
|
|||
${config.system.activationScripts.keyboard.text}
|
||||
'';
|
||||
serviceConfig.RunAtLoad = true;
|
||||
serviceConfig.KeepAlive.SuccessfulExit = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue