From a6f5a1058233fc3516b30d708cd28daf6219b91a Mon Sep 17 00:00:00 2001 From: Alois Date: Sat, 16 May 2026 16:59:03 +0200 Subject: [PATCH] [Fix] Nix Flake --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 5644424..aeee942 100644 --- a/flake.nix +++ b/flake.nix @@ -124,8 +124,8 @@ Group = "omikron"; WorkingDirectory = cfg.dataDir; ExecStart = "${cfg.package}/bin/omikron"; - Restart = "unless-stopped"; - RestartSec = "5"; + Restart = "always"; + RestartSec = "5s"; EnvironmentFile = cfg.environmentFiles;