From e0a992d3780ff988a1602327d23f38b4904bea42 Mon Sep 17 00:00:00 2001 From: Constantin Gierczak--Galle Date: Thu, 5 Dec 2024 11:02:04 +0100 Subject: [PATCH] feat(homebox01): disable registration --- machines/homebox01/homebox.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/homebox01/homebox.nix b/machines/homebox01/homebox.nix index b23ad4c..566554c 100644 --- a/machines/homebox01/homebox.nix +++ b/machines/homebox01/homebox.nix @@ -2,7 +2,7 @@ services.homebox = { enable = true; settings = { - HBOX_OPTIONS_ALLOW_REGISTRATION = "true"; + HBOX_OPTIONS_ALLOW_REGISTRATION = "false"; }; }; services.nginx.virtualHosts."homebox.cgiga.fr" = {