Change the explicit time to daily

This commit is contained in:
Andreas Zweili 2022-11-15 10:35:46 +01:00
parent fee8e5b8e5
commit a47c59abec

View File

@ -2,7 +2,7 @@
{ {
system.autoUpgrade = { system.autoUpgrade = {
enable = true; enable = true;
dates = "10:20"; dates = "daily";
flake = "/home/${custom.username}/.nixos"; flake = "/home/${custom.username}/.nixos";
flags = [ flags = [
"--update-input" "--update-input"