services.octoprint.plugins

NixOS option

Additional plugins to be used. Available plugins are passed through the plugins input.

type: function that evaluates to a(n) list of package
Default
plugins: []
Example
plugins: with plugins; [ themeify stlviewer ]
declared in: nixos/modules/services/misc/octoprint.nixView source on NixOS/nixpkgs →