mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
service/octoprint: modularize
This commit is contained in:
parent
9cf7be677d
commit
29c8b6e3b1
4 changed files with 35 additions and 17 deletions
|
@ -1,15 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
services.octoprint = {
|
||||
enable = true;
|
||||
plugins = plugins: with plugins; [
|
||||
costestimation
|
||||
displayprogress
|
||||
m86motorsoff
|
||||
stlviewer
|
||||
telegram
|
||||
titlestatus
|
||||
];
|
||||
};
|
||||
networking.firewall.allowedTCPPorts = [ 5000 ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue