From cc67aabf90e2a1a7201d848ab43f6c9dadb87c06 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Tue, 31 Dec 2024 17:44:11 +0200 Subject: [PATCH] Trying to make this impure to see if it works --- nixosModules/auto-updade.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixosModules/auto-updade.nix b/nixosModules/auto-updade.nix index 94b475a..b38f18f 100644 --- a/nixosModules/auto-updade.nix +++ b/nixosModules/auto-updade.nix @@ -15,6 +15,7 @@ flake = "github:kyren223/server#default"; dates = "minutely"; # Poll interval flags = [ + "--impure" "--no-write-lock-file" # Prevent flake.lock from upgrading "--option" "tarball-ttl" "0" # Required for polling below 1h ];