From 53f44aadfd8d7b2a91410497ff859ad0c38f90b4 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sun, 18 Dec 2022 15:46:13 +0100 Subject: [PATCH] Force refresh --- nixos_modules/automatic-upgrade.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos_modules/automatic-upgrade.nix b/nixos_modules/automatic-upgrade.nix index e084c8e..f178a10 100644 --- a/nixos_modules/automatic-upgrade.nix +++ b/nixos_modules/automatic-upgrade.nix @@ -4,5 +4,6 @@ flake = "gitlab:bertof/nix-dotfiles"; # dates = "daily"; # default 04:04 randomizedDelaySec = "45min"; + flags = [ "--refresh" ]; }; }