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 = {
enable = true;
plugins = plugins: with plugins; [
#costestimation
#displayprogress
#m86motorsoff
costestimation
displayprogress
m86motorsoff
stlviewer
#telegram
#title_status
telegram
titlestatus
];
};
networking.firewall.allowedTCPPorts = [ 5000 ];