nixos/monado: prevent Monado from restarting quickly

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu
2024-02-23 14:25:16 +01:00
parent 0e585a63e2
commit 3f7e9baeeb
@@ -79,6 +79,9 @@ in
socketConfig = {
ListenStream = "%t/monado_comp_ipc";
RemoveOnStop = true;
# If Monado crashes while starting up, we want to close incoming OpenXR connections
FlushPending = true;
};
restartTriggers = [ cfg.package ];