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;