services.romm.dataDir

NixOS option

Base path for the ROM library and runtime data (${dataDir}/{library,resources,assets,config,cache}). The ROM library location is fixed to ${dataDir}/library by upstream. To use an existing ROM collection stored elsewhere, bind-mount it there and make sure it is readable and writable by services.romm.user.

type: absolute path
Default
"/var/lib/romm"
declared in: nixos/modules/services/web-apps/romm.nixView source on NixOS/nixpkgs →