From 8487dddefb1bca34a5d5cec7bd610d81469ac429 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Fri, 27 Dec 2024 14:57:58 +0200 Subject: [PATCH] Changed to every 1s --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 81a1e8b..8514c8f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -46,7 +46,7 @@ system.autoUpgrade = { enable = true; flake = "github:kyren223/server#default"; - dates = "10s"; # Poll interval + dates = "1s"; # Poll interval flags = [ "--option" "tarball-ttl" "0" ]; # Required for polling below 1h };