NetBox: Difference between revisions
m Added basic documentation for using plugins based on https://github.com/NixOS/nixpkgs/issues/261522 |
m Fixed inline code and added note about plugin id name difference |
||
Line 92: | Line 92: | ||
}; | }; | ||
} | } | ||
</syntaxhighlight>The plugin identifier | </syntaxhighlight>The plugin identifier for <source lang="nix" enclose="none">services.netbox.settings.PLUGINS</source> is usually contained in the official documentation for the plugin. It usually is slightly different from the package name. | ||
=== Setup Superuser === | === Setup Superuser === |