mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
extra/3d-printer: enable plugins
This commit is contained in:
parent
133b8a71eb
commit
75bda83198
1 changed files with 5 additions and 5 deletions
|
@ -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 ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue