From 377c7dd09a29128cafa97ea4fdef61bde9cd9aa7 Mon Sep 17 00:00:00 2001 From: JuliusFreudenberger Date: Sat, 18 Jul 2026 22:38:28 +0200 Subject: [PATCH] Disable password auth for beszel This allows login only using OIDC. --- modules/beszel-hub.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/beszel-hub.nix b/modules/beszel-hub.nix index 7ea1024..180d941 100644 --- a/modules/beszel-hub.nix +++ b/modules/beszel-hub.nix @@ -27,6 +27,7 @@ in { ]; environment = { APP_URL = cfg.appUrl; + DISABLE_PASSWORD_AUTH = "true"; }; extraOptions = [ ''--mount=type=volume,source=data,target=/beszel_data,volume-driver=local''