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:
parent
5c863a8fa0
commit
712f3aaeb7
|
@ -138,6 +138,7 @@ in
|
|||
|
||||
system.autoUpgrade = {
|
||||
flags = [
|
||||
"--refresh"
|
||||
"--update-input"
|
||||
"nixpkgs"
|
||||
"--update-input"
|
||||
|
|
Loading…
Reference in a new issue