1
0
Fork 0
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:
Emily 2025-01-11 15:44:41 +00:00
parent 62ba0a2242
commit 0e87d3d391

View file

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