feat(homebox01): disable registration
This commit is contained in:
parent
8445a860c1
commit
e0a992d378
1 changed files with 1 additions and 1 deletions
|
@ -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" = {
|
||||
|
|
Loading…
Reference in a new issue