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; };