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" = {