feat: added the function to get teh data and updated teh times tehy run at
Closes #10
This commit is contained in:
parent
90a24c97be
commit
280b3061bf
1 changed files with 4 additions and 4 deletions
|
@ -100,11 +100,11 @@
|
|||
|
||||
# modify these
|
||||
scripts = {
|
||||
"update_groups" = "*-*-* *:00:00";
|
||||
"new_users" = "*:0/15";
|
||||
"new_data" = "*:0,15,30,45";
|
||||
"new_users" = "*:5,20,35,50";
|
||||
"update_groups" = "*:10";
|
||||
};
|
||||
|
||||
|
||||
|
||||
in {
|
||||
options.services."${package_name}" = {
|
||||
enable = mkEnableOption "enable ${package_name}";
|
||||
|
|
Loading…
Reference in a new issue