extra/3d-printer: enable plugins

This commit is contained in:
Felix Buehler 2021-12-14 17:52:14 +01:00
parent 133b8a71eb
commit 75bda83198

View file

@ -3,12 +3,12 @@
services.octoprint = { services.octoprint = {
enable = true; enable = true;
plugins = plugins: with plugins; [ plugins = plugins: with plugins; [
#costestimation costestimation
#displayprogress displayprogress
#m86motorsoff m86motorsoff
stlviewer stlviewer
#telegram telegram
#title_status titlestatus
]; ];
}; };
networking.firewall.allowedTCPPorts = [ 5000 ]; networking.firewall.allowedTCPPorts = [ 5000 ];