From 7313c4af998b8cff33fc16aafcd92d8995b78df3 Mon Sep 17 00:00:00 2001 From: Alois Date: Sat, 16 May 2026 17:14:36 +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 9b4c07b..b83cbd6 100644 --- a/flake.nix +++ b/flake.nix @@ -172,8 +172,8 @@ '') ]; - Restart = "unless-stopped"; - RestartSec = "5"; + Restart = "always"; + RestartSec = "5s"; AmbientCapabilities = [ "CAP_NET_BIND_SERVICE" ]; CapabilityBoundingSet = [ "CAP_NET_BIND_SERVICE" ];