From a4b049a56f1d83e6dad62e8cf48f19f98c8c9ead Mon Sep 17 00:00:00 2001 From: Hunter Halloran Date: Thu, 11 Dec 2025 14:01:37 -0500 Subject: [PATCH] no timeout for service --- sw/shared-services.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/sw/shared-services.nix b/sw/shared-services.nix index 06c39ea..46616c2 100644 --- a/sw/shared-services.nix +++ b/sw/shared-services.nix @@ -76,6 +76,7 @@ with lib; "${rebuildCmd} ${remoteBuildFlags} --print-build-logs ${source}#${config.networking.hostName}"; User = "root"; Group = "root"; + TimeoutStartSec = "0"; }; };