feat(nixos-services): add refresh option to autoUpgrade

This commit adds a new "--refresh" flag to the system.autoUpgrade in the NixOS services base module.
This commit is contained in:
Harald Hoyer 2024-06-12 10:31:24 +02:00
parent 5c863a8fa0
commit 712f3aaeb7

View file

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