services.crabfit.frontend.finalDrv

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

Type
package
Default
cfg.package.override {
  api_url = "https://${cfg.api.host}";
  frontend_url = cfg.frontend.host;
};
Declared
<nixpkgs/nixos/modules/services/web-apps/crabfit.nix>