MyNixOS website logo
option

services.redmine.plugins

Set of plugins.

Declarations
Type
attribute set of path
Default
{ }
Example
{
  redmine_env_auth = builtins.fetchurl {
    url = "https://github.com/Intera/redmine_env_auth/archive/0.6.zip";
    sha256 = "0yyr1yjd8gvvh832wdc8m3xfnhhxzk2pk3gm2psg5w9jdvd6skak";
  };
}