flakes: switch from daily to weekly
All checks were successful
build / test (push) Successful in 7s

This commit is contained in:
Jörg Thalheim 2023-08-03 13:47:28 +02:00
parent 6ead68a381
commit 2032fd33f1

View File

@ -18,7 +18,7 @@ let
wantedBy = [ "timers.target" ];
timerConfig = {
Persistent = true;
OnCalendar = "daily";
OnCalendar = "weekly";
};
after = [ "network-online.target" ];
};