added time_tracker to config

This commit is contained in:
Nickiel12 2023-09-09 18:23:40 -07:00
parent a9ffda4528
commit 9f74b5dfa4

View file

@ -6,4 +6,9 @@
config_path = "/home/nixolas/nextcloud_integrations.toml";
frequency = 15;
};
services.time_tracker = {
enable = false;
config_path = "/home/nixolas/nextcloud_integrations.toml";
frequency = 5;
};
}