This commit is contained in:
Matt Nish-Lapidus 2025-04-03 13:38:45 -04:00
parent 7d7d6cca42
commit 1d2fade50c
5 changed files with 64 additions and 28 deletions

View file

@ -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";
# };
# };
}