From a203a8f9f89ed24869bb60dc1a1cbff0b049fc7d Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Fri, 27 Dec 2024 15:18:34 +0200 Subject: [PATCH] Changed back to every minute --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 29ab95a..3acb6ce 100644 --- a/configuration.nix +++ b/configuration.nix @@ -47,7 +47,7 @@ system.autoUpgrade = { enable = true; flake = "github:kyren223/server#default"; - dates = "1s"; # Poll interval + dates = "minutely"; # Poll interval flags = [ "--no-write-lock-file" # Prevent flake.lock from upgrading "--option" "tarball-ttl" "0" # Required for polling below 1h