cleanup
This commit is contained in:
parent
7d7d6cca42
commit
1d2fade50c
5 changed files with 64 additions and 28 deletions
|
@ -34,4 +34,18 @@
|
|||
source = ./taskwarrior/hooks;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
# services.taskchampion-sync-server = {
|
||||
# Unit = {
|
||||
# Description = "taskchamp";
|
||||
# After = [ "network.target" ];
|
||||
# };
|
||||
# Install = {
|
||||
# WantedBy = [ "multi-user.target" ];
|
||||
# };
|
||||
# Service = {
|
||||
# Type = "simple";
|
||||
# ExecStart = "${pkgs.taskchampion-sync-server}/bin/taskchampion-sync-server --listen media-server:33043 --data-dir /home/media/.local/share/task-sync --snapshot-days 1 --snapshot-versions 30";
|
||||
# };
|
||||
# };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue