removing taskwarrior for now

This commit is contained in:
Matt Nish-Lapidus 2025-03-30 13:52:58 -04:00
parent 6eee9ea3c6
commit 6333793814
5 changed files with 59 additions and 288 deletions

View file

@ -5,7 +5,7 @@
shell-conf # shell, shell utils, cli tools, libs, tui's
git-conf
beets
taskwarrior
# taskwarrior
];
home = {
@ -36,16 +36,16 @@
defaultSopsFile = ../emenel/secrets.yaml;
secrets = {
taskchamp-id = {};
taskchamp-key = {};
};
# secrets = {
# taskchamp-id = {};
# taskchamp-key = {};
# };
templates."taskchamp".content =
''
sync.server.client_id = ${config.sops.placeholder.taskchamp-id}
sync.encryption_secret = ${config.sops.placeholder.taskchamp-key}
'';
# templates."taskchamp".content =
# ''
# sync.server.client_id = ${config.sops.placeholder.taskchamp-id}
# sync.encryption_secret = ${config.sops.placeholder.taskchamp-key}
# '';
};
programs = {
@ -57,19 +57,19 @@ sync.encryption_secret = ${config.sops.placeholder.taskchamp-key}
enable = true;
startServices = "sd-switch"; # auto reload services when home is rebuilt
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";
};
};
# 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";
# };
# };
};
#custom script executables