autoupgrade fix

This commit is contained in:
Mohamed Chrayed 2024-08-24 11:31:05 +02:00
parent 40c5ce5dd2
commit c7e3f84a43

View File

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