From a88a56688b5418f918ff4534c5fa20d861301051 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 6 Mar 2022 11:41:52 -0800 Subject: traefik: add transmission (bt.fcuny.xyz) --- hosts/common/server/traefik.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'hosts') diff --git a/hosts/common/server/traefik.nix b/hosts/common/server/traefik.nix index f29db72..8765856 100644 --- a/hosts/common/server/traefik.nix +++ b/hosts/common/server/traefik.nix @@ -57,8 +57,10 @@ in { }; }; - services.traefik.dynamicConfigOptions = - mkMerge [ (mkServiceConfig "dash" "http://127.0.0.1:3000/") ]; + services.traefik.dynamicConfigOptions = mkMerge [ + (mkServiceConfig "dash" "http://127.0.0.1:3000/") + (mkServiceConfig "bt" "http://127.0.0.1:9091/") + ]; systemd.services.traefik.environment.GCE_SERVICE_ACCOUNT_FILE = config.age.secrets.traefik_gcp_sa.path; -- cgit 1.4.1