From c941d290be762859a0e4c1cba9eab5633ae6c204 Mon Sep 17 00:00:00 2001 From: m3tam3re Date: Mon, 14 Apr 2025 09:50:03 +0200 Subject: [PATCH] autoupgrade fix --- modules/core.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/core.nix b/modules/core.nix index 0305d28..f678a99 100644 --- a/modules/core.nix +++ b/modules/core.nix @@ -33,8 +33,7 @@ flake = "path:/etc/nixos/current-systemconfig"; randomizedDelaySec = "45min"; flags = [ - "--update-input nixpkgs" - "--update-input base-config" + "--update" ]; };