nixos/monado: prevent Monado from restarting quickly
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user