summary refs log tree commit diff
path: root/nixos/modules/services/misc/octoprint.nix
diff options
context:
space:
mode:
authorBernardo Meurer <bernardo@meurer.org>2020-11-06 00:39:50 -0800
committerBernardo Meurer <bernardo@meurer.org>2020-11-06 00:39:50 -0800
commit7fede29d8339ad4efebfe8f9e050e89611ebb4af (patch)
tree1f4eea468f6ab95781d5a7f6b6e244cc5edb453a /nixos/modules/services/misc/octoprint.nix
parent1d78dc8a8bfc928bcfa7c0aa5df076c6b8e677e8 (diff)
downloadnixpkgs-7fede29d8339ad4efebfe8f9e050e89611ebb4af.tar
nixpkgs-7fede29d8339ad4efebfe8f9e050e89611ebb4af.tar.gz
nixpkgs-7fede29d8339ad4efebfe8f9e050e89611ebb4af.tar.bz2
nixpkgs-7fede29d8339ad4efebfe8f9e050e89611ebb4af.tar.lz
nixpkgs-7fede29d8339ad4efebfe8f9e050e89611ebb4af.tar.xz
nixpkgs-7fede29d8339ad4efebfe8f9e050e89611ebb4af.tar.zst
nixpkgs-7fede29d8339ad4efebfe8f9e050e89611ebb4af.zip
nixos/octoprint: remove references to deprecated/removed m33-fio plugin
Diffstat (limited to 'nixos/modules/services/misc/octoprint.nix')
-rw-r--r--nixos/modules/services/misc/octoprint.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/octoprint.nix b/nixos/modules/services/misc/octoprint.nix
index e2fbd3b401c..a69e6507305 100644
--- a/nixos/modules/services/misc/octoprint.nix
+++ b/nixos/modules/services/misc/octoprint.nix
@@ -68,7 +68,7 @@ in
       plugins = mkOption {
         default = plugins: [];
         defaultText = "plugins: []";
-        example = literalExample "plugins: with plugins; [ m33-fio stlviewer ]";
+        example = literalExample "plugins: with plugins; [ themeify stlviewer ]";
         description = "Additional plugins to be used. Available plugins are passed through the plugins input.";
       };