cleanup
This commit is contained in:
parent
7d7d6cca42
commit
1d2fade50c
5 changed files with 64 additions and 28 deletions
|
@ -10,7 +10,7 @@
|
|||
music
|
||||
langs
|
||||
emacs
|
||||
taskwarrior
|
||||
# taskwarrior
|
||||
];
|
||||
|
||||
home = {
|
||||
|
@ -21,6 +21,8 @@
|
|||
designer
|
||||
])
|
||||
|
||||
[ nix-config.packages.x86_64-linux.tasklite ]
|
||||
|
||||
(with pkgs; [
|
||||
dconf
|
||||
cifs-utils
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
git-conf
|
||||
beets
|
||||
taskwarrior
|
||||
taskwarrior-web
|
||||
# taskwarrior-web
|
||||
];
|
||||
|
||||
home = {
|
||||
|
@ -58,20 +58,6 @@ sync.encryption_secret = ${config.sops.placeholder.taskchamp-key}
|
|||
systemd.user = {
|
||||
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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
#custom script executables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue