genepi: remove taskchampion (unused)

This commit is contained in:
2025-11-21 21:15:35 +01:00
parent 3b9f67c0ff
commit 080ec61675
3 changed files with 0 additions and 17 deletions

View File

@@ -17,7 +17,6 @@
./nginx.nix ./nginx.nix
./pinchflat.nix ./pinchflat.nix
./syncthing.nix ./syncthing.nix
./taskchampion.nix
../../modules/acme-home.nix ../../modules/acme-home.nix
../../modules/lounge.nix ../../modules/lounge.nix

View File

@@ -1,15 +0,0 @@
{ config, ... }:
let
domain = "home.rpqt.fr";
subdomain = "tw.${domain}";
in
{
services.taskchampion-sync-server.enable = true;
services.nginx.virtualHosts.${subdomain} = {
forceSSL = true;
useACMEHost = "${domain}";
locations."/".proxyPass =
"http://127.0.0.1:${toString config.services.taskchampion-sync-server.port}";
};
}

View File

@@ -17,7 +17,6 @@ let
"lounge" "lounge"
"pinchflat" "pinchflat"
"rss" "rss"
"tw"
]; ];
}; };
crocus = { crocus = {