mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59:32 -08:00
switched to updated chrono_track
This commit is contained in:
parent
120ed16972
commit
4d12ece217
1 changed files with 2 additions and 1 deletions
|
@ -6,8 +6,9 @@
|
|||
config_path = "/home/nixolas/nextcloud_integrations.toml";
|
||||
frequency = 15;
|
||||
};
|
||||
services.time_tracker = {
|
||||
services.chrono_track = {
|
||||
enable = true;
|
||||
from_address = "NoReply <noreply@nickiel.net>";
|
||||
config_path = "/home/nixolas/nextcloud_testing.toml";
|
||||
frequency = 5;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue