services.limesurvey.virtualHost.servedDirs

This option provides a simple way to serve static directories.

Type
list of (attribute set)
Default
[ ]
Example
[
  {
    dir = "/home/eelco/Dev/nix-homepage";
    urlPath = "/nix";
  }
]
Declared
<nixpkgs/nixos/modules/services/web-apps/limesurvey.nix>