MyNixOS website logo
option

services.crabfit.frontend.finalDrv

The patched frontend, using the correct urls for the API and frontend.

Declarations
Type
package
Default
cfg.package.override {
  api_url = "https://${cfg.api.host}";
  frontend_url = cfg.frontend.host;
};