Delete syncthing traefik config

This commit is contained in:
Evie Litherland-Smith 2023-05-26 09:11:36 +01:00
parent ed53502cc3
commit 36917117e1

View file

@ -1,13 +0,0 @@
{...}: {
imports = [./default.nix];
services.traefik.dynamicConfigOptions.http = {
routers.syncthing = {
rule = "Host(`syncthing.xenia.me.uk`)";
entryPoints = ["http" "https"];
service = "syncthing-webinterface";
middlewares = ["auth"];
tls = {certResolver = "default";};
};
services.syncthing-webinterface.loadBalancer.servers = [{url = "http://localhost:8384";}];
};
}