diff --git a/hosts/media-server/configuration.nix b/hosts/media-server/configuration.nix index 88039d2..80cb6a7 100644 --- a/hosts/media-server/configuration.nix +++ b/hosts/media-server/configuration.nix @@ -81,6 +81,7 @@ wget curl cifs-utils + taskchampion-sync-server ]; fonts = { @@ -233,12 +234,14 @@ openFirewall = true; }; - services.taskchampion-sync-server = { - enable = true; - openFirewall = true; - snapshot.days = 1; - }; + + # services.taskchampion-sync-server = { + # enable = true; + # openFirewall = true; + # snapshot.days = 1; + # }; + # services.sabnzbd.configFile = ./sabnzbd.ini; # services.transmission = {