From 3cea9a90d18cef43156dcb189b35dcb12097a00b Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Tue, 30 Jun 2026 14:08:49 +0100 Subject: [PATCH] fix: nix install guide (#4032) --- docs/guide/installation.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index fed920a1b..4ade1877e 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -285,10 +285,7 @@ but you can also set the env variables or pass command line arguments: ```sh # .env variables are currently passed when running, but LNbits can be managed with the admin UI. -LNBITS_ADMIN_UI=true ./result/bin/lnbits --port 9000 --host 0.0.0.0 - -# Once you have created a user, you can set as the super_user -SUPER_USER=be54db7f245346c8833eaa430e1e0405 LNBITS_ADMIN_UI=true ./result/bin/lnbits --port 9000 +LNBITS_ADMIN_UI=true AUTH_HTTPS_ONLY=false ./result/bin/lnbits --port 9000 --host 0.0.0.0 ``` > ![NOTE](https://img.shields.io/badge/NOTE-3b82f6?labelColor=494949)