From 75bda831982a08d8716a0b54a2f65f78655b46a2 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Tue, 14 Dec 2021 17:52:14 +0100 Subject: [PATCH] extra/3d-printer: enable plugins --- extra/3d-printer.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/extra/3d-printer.nix b/extra/3d-printer.nix index c813443..7721a1f 100644 --- a/extra/3d-printer.nix +++ b/extra/3d-printer.nix @@ -3,12 +3,12 @@ services.octoprint = { enable = true; plugins = plugins: with plugins; [ - #costestimation - #displayprogress - #m86motorsoff + costestimation + displayprogress + m86motorsoff stlviewer - #telegram - #title_status + telegram + titlestatus ]; }; networking.firewall.allowedTCPPorts = [ 5000 ];