From 263c67189169afdfbc249b362ec270c6f3cf9f21 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Fri, 20 Mar 2026 16:43:53 +0100 Subject: [PATCH] Re-enable Anubis again. --- nix-system-configs/modules/system/traefik.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix-system-configs/modules/system/traefik.nix b/nix-system-configs/modules/system/traefik.nix index 23a3df2..85bbbbe 100644 --- a/nix-system-configs/modules/system/traefik.nix +++ b/nix-system-configs/modules/system/traefik.nix @@ -423,7 +423,7 @@ in { service = "bluemap"; entryPoints = ["websecure"]; tls = {}; - #middlewares = ["anubisForwardAuth"]; + middlewares = ["anubisForwardAuth"]; }; };