services.redmine.plugins
NixOS option
Set of plugins.
type: attribute set of absolute pathDefault
{ }Example
declared in: nixos/modules/services/misc/redmine.nixView source on NixOS/nixpkgs →{
redmine_env_auth = builtins.fetchurl {
url = "https://github.com/Intera/redmine_env_auth/archive/0.6.zip";
sha256 = "0yyr1yjd8gvvh832wdc8m3xfnhhxzk2pk3gm2psg5w9jdvd6skak";
};
}