Skip to content

Commit

Permalink
nixos/octoprint: improve example
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Ringer committed Aug 25, 2020
1 parent d9e6bea commit 7e07d14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/modules/services/misc/octoprint.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ in
plugins = mkOption {
default = plugins: [];
defaultText = "plugins: []";
example = literalExample "plugins: [ m3d-fio ]";
description = "Additional plugins.";
example = literalExample "plugins: with plugins; [ m33-fio stlviewer ]";
description = "Additional plugins to be used. Available plugins are passed through the plugins input.";
};

extraConfig = mkOption {
Expand Down

0 comments on commit 7e07d14

Please sign in to comment.