feat: remove "--refresh" flag from autoUpgrade

This commit removes the "--refresh" flag from the system.autoUpgrade field in the default.nix file. The update function will now rely on the remaining flags only.
This commit is contained in:
Harald Hoyer 2024-06-12 10:54:13 +02:00
parent 5c07871808
commit 6b9d04bb59

View file

@ -138,7 +138,6 @@ in
system.autoUpgrade = {
flags = [
"--refresh"
"--update-input"
"nixpkgs"
"--update-input"