From 16640ac0220e4654f1544df173c8d387e657188f Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Wed, 11 Mar 2026 15:52:01 +0000 Subject: [PATCH] Restart nidus-sync on failure --- modules/system/nidus-sync.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/nidus-sync.nix b/modules/system/nidus-sync.nix index 5e7cdc6..d991819 100644 --- a/modules/system/nidus-sync.nix +++ b/modules/system/nidus-sync.nix @@ -110,6 +110,7 @@ in { EnvironmentFile="${environmentFile}"; ExecStart = "${nidus-sync-pkg}/bin/nidus-sync"; PrivateTmp = true; + Restart = "on-failure"; TimeoutStopSec = "5s"; Type = "simple"; User = "${user}";