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 = {
|
system.autoUpgrade = {
|
||||||
flags = [
|
flags = [
|
||||||
|
"--refresh"
|
||||||
"--update-input"
|
"--update-input"
|
||||||
"nixpkgs"
|
"nixpkgs"
|
||||||
"--update-input"
|
"--update-input"
|
||||||
|
|
Loading…
Reference in a new issue