From e056b381221daaeb0d396fcdb7577d3338242a78 Mon Sep 17 00:00:00 2001 From: m3tam3re Date: Mon, 14 Apr 2025 10:00:38 +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..a0247ce 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" + "--recreate-lock-file" ]; };