diff --git a/modules/examples/hydra.nix b/modules/examples/hydra.nix index acd972b0..bbee108e 100644 --- a/modules/examples/hydra.nix +++ b/modules/examples/hydra.nix @@ -32,6 +32,6 @@ with lib; environment.NIX_REMOTE = optionalString config.services.activate-system.enable "daemon"; serviceConfig.KeepAlive = false; serviceConfig.ProcessType = "Background"; - serviceConfig.StartInterval = 3600; + serviceConfig.StartInterval = 86400; }; }