MyNixOS website logo
option

services.bluemap.storage

Where the rendered map will be stored. Unless you are doing something advanced you should probably leave this alone and configure webRoot instead. See upstream docs.

Declarations
Type
attribute set of (HOCON value)
Default
{
  "file" = {
    root = "${config.services.bluemap.webRoot}/maps";
  };
}