genepi: remove taskchampion (unused)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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}";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@@ -17,7 +17,6 @@ let
|
|||||||
"lounge"
|
"lounge"
|
||||||
"pinchflat"
|
"pinchflat"
|
||||||
"rss"
|
"rss"
|
||||||
"tw"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
crocus = {
|
crocus = {
|
||||||
|
|||||||
Reference in New Issue
Block a user