Merge pull request 'flakes: switch from daily to weekly' (#63) from Mic92-main into main
All checks were successful
build / test (push) Successful in 8s

This commit is contained in:
clan-bot 2023-08-03 11:52:10 +00:00
commit e82b24d97f

View File

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