From 874330fb957e661793ea90dd08b74ba2b7e8b758 Mon Sep 17 00:00:00 2001 From: FreeCorn Date: Sat, 14 Sep 2024 00:37:16 -0600 Subject: [PATCH] make sure that no new accounts can be made --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 683363a..6bb92fe 100644 --- a/configuration.nix +++ b/configuration.nix @@ -108,6 +108,7 @@ in environment = { PUFFER_WEB_HOST = ":5010"; PUFFER_PANEL_SETTINGS_MASTERURL = "https://ppanel.${secrets.cornDomain}"; + PUFFER_PANEL_REGISTRATIONENABLED = "false"; # PUFFER_PANEL_EMAIL_PROVIDER = "smtp"; # PUFFER_PANEL_EMAIL_HOST = "mx.${outputs.secrets.jimDomain}:587"; # PUFFER_PANEL_EMAIL_FROM = "noreply@${outputs.secrets.jimDomain}";