adding sops for taskchamp

This commit is contained in:
Matt Nish-Lapidus 2025-03-29 15:04:03 -04:00
parent 60c414fca1
commit 408b7545e6

View file

@ -28,11 +28,6 @@
"/home/media/.local/state/nix/profiles/home-manager/home-path/bin/"
];
sessionVariables = {
LISTEN = "media-server:33034";
DATA_DIR = "/home/media/.local/share/task-sync";
};
stateVersion = "25.05";
};
@ -72,7 +67,7 @@ sync.encryption_secret = ${config.sops.placeholder.taskchamp-key}
};
Service = {
Type = "simple";
ExecStart = "${pkgs.taskchampion-sync-server}/bin/taskchampion-sync-server --snapshot-days 1 --snapshot-versions 30";
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";
};
};
};