From 15fe3d58708d47b0b1e1e9c7e43e8c0327e64f19 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Fri, 13 Feb 2026 21:29:09 +0100 Subject: [PATCH] Manage the difficulty slider. --- nix-system-configs/modules/system/traefik.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nix-system-configs/modules/system/traefik.nix b/nix-system-configs/modules/system/traefik.nix index 8e192ed..5110e26 100644 --- a/nix-system-configs/modules/system/traefik.nix +++ b/nix-system-configs/modules/system/traefik.nix @@ -67,7 +67,8 @@ in { COOKIE_DOMAIN = ".prg-radio.org"; # Difficulty level - DIFFICULTY = 20; + DIFFICULTY = 7; + #ALGOTIHM = "slow"; # Optional: serve robots.txt SERVE_ROBOTS_TXT = true;