mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
seperate 3d-design from printing
This commit is contained in:
parent
30d15bdde6
commit
7312071d30
3 changed files with 16 additions and 1 deletions
15
extra/3d-printer.nix
Normal file
15
extra/3d-printer.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
services.octoprint = {
|
||||
enable = true;
|
||||
plugins = plugins: with plugins; [
|
||||
#costestimation
|
||||
#displayprogress
|
||||
#m86motorsoff
|
||||
stlviewer
|
||||
#telegram
|
||||
#title_status
|
||||
];
|
||||
};
|
||||
networking.firewall.allowedTCPPorts = [ 5000 ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue