From c7e3f84a43eec7a85d5d9610c5eed537e9f5caa0 Mon Sep 17 00:00:00 2001 From: "Mohamed C." Date: Sat, 24 Aug 2024 11:31:05 +0200 Subject: [PATCH] autoupgrade fix --- modules/system/upgrades/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/upgrades/default.nix b/modules/system/upgrades/default.nix index 4733d09..1faa22f 100644 --- a/modules/system/upgrades/default.nix +++ b/modules/system/upgrades/default.nix @@ -5,7 +5,7 @@ system.autoUpgrade = { dates = "04:00"; flake = "github:Moe1369/nixos-config#${hostName}"; flags = [ - "--update-input" "nixpkgs" "--commit-lock-file" + "--update-input" "nixpkgs" "-L" "--commit-lock-file" ]; allowReboot = true; };