From 6b9d04bb597ec60d846e72a27dbb3b823ce749ed Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 12 Jun 2024 10:54:13 +0200 Subject: [PATCH] feat: remove "--refresh" flag from autoUpgrade This commit removes the "--refresh" flag from the system.autoUpgrade field in the default.nix file. The update function will now rely on the remaining flags only. --- modules/nixos/services/base/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/nixos/services/base/default.nix b/modules/nixos/services/base/default.nix index 67d168f..959bd91 100644 --- a/modules/nixos/services/base/default.nix +++ b/modules/nixos/services/base/default.nix @@ -138,7 +138,6 @@ in system.autoUpgrade = { flags = [ - "--refresh" "--update-input" "nixpkgs" "--update-input"