mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44: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 = {
|
||||
enable = true;
|
||||
plugins = plugins: with plugins; [
|
||||
#costestimation
|
||||
#displayprogress
|
||||
#m86motorsoff
|
||||
costestimation
|
||||
displayprogress
|
||||
m86motorsoff
|
||||
stlviewer
|
||||
#telegram
|
||||
#title_status
|
||||
telegram
|
||||
titlestatus
|
||||
];
|
||||
};
|
||||
networking.firewall.allowedTCPPorts = [ 5000 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue