feat: restore teh original services, giving up the logging and control was too much
This commit is contained in:
parent
feff293043
commit
1af7f28a45
6 changed files with 304 additions and 0 deletions
|
@ -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}" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue