feat(homebox01): disable registration
Some checks failed
lint / check (push) Successful in 24s
Check meta / check_meta (pull_request) Failing after 19s
lint / check (pull_request) Successful in 23s
build configuration / build_krz01 (pull_request) Failing after 1m26s

This commit is contained in:
Constantin Gierczak--Galle 2024-12-05 11:02:04 +01:00
parent 8445a860c1
commit e0a992d378
No known key found for this signature in database

View file

@ -2,7 +2,7 @@
services.homebox = { services.homebox = {
enable = true; enable = true;
settings = { settings = {
HBOX_OPTIONS_ALLOW_REGISTRATION = "true"; HBOX_OPTIONS_ALLOW_REGISTRATION = "false";
}; };
}; };
services.nginx.virtualHosts."homebox.cgiga.fr" = { services.nginx.virtualHosts."homebox.cgiga.fr" = {