genepi: remove taskchampion (unused)
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
./nginx.nix
|
||||
./pinchflat.nix
|
||||
./syncthing.nix
|
||||
./taskchampion.nix
|
||||
|
||||
../../modules/acme-home.nix
|
||||
../../modules/lounge.nix
|
||||
|
||||
@@ -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}";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user