autoupgrade fix

This commit is contained in:
m3tam3re 2025-04-14 09:50:03 +02:00
parent 45622da8ac
commit c941d290be

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" "--update"
"--update-input base-config"
]; ];
}; };