feat: restore teh original services, giving up the logging and control was too much

This commit is contained in:
silver 2025-07-20 23:40:34 +01:00
parent feff293043
commit 1af7f28a45
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
6 changed files with 304 additions and 0 deletions

View file

@ -152,9 +152,17 @@
# modify these
scripts = {
# every 10 min
"update_data" = "*:0,10,20,30,40,50";
# groups are updated every hour, offset from teh ldap
"update_users" = "*:5,15,25,35,45,55";
# Committee server has its own timer
"update_committee" = "*:5,15,25,35,45,55";
# minecraft stuff is updated at 5am
# this service does not depend on teh discord cache
"update_minecraft" = "5:10:00";
# server icon gets updated daily at midnight
"update_server-icon" = "0:01:00";
};
in {
options.services."${package_name}" = {