autoupgrade fix

This commit is contained in:
m3tam3re 2025-04-14 10:00:38 +02:00
parent 45622da8ac
commit e056b38122

View File

@ -33,8 +33,7 @@
flake = "path:/etc/nixos/current-systemconfig"; flake = "path:/etc/nixos/current-systemconfig";
randomizedDelaySec = "45min"; randomizedDelaySec = "45min";
flags = [ flags = [
"--update-input nixpkgs" "--recreate-lock-file"
"--update-input base-config"
]; ];
}; };