{ services.homebox = { enable = true; settings = { HBOX_OPTIONS_ALLOW_REGISTRATION = "false"; }; }; services.nginx.virtualHosts."homebox.lab.dgnum.eu" = { enableACME = true; forceSSL = true; serverAliases = [ ]; locations."/".proxyPass = "http://localhost:7745/"; }; }