seperate 3d-design from printing

This commit is contained in:
Felix Buehler 2021-03-28 21:00:50 +02:00
parent 30d15bdde6
commit 7312071d30
3 changed files with 16 additions and 1 deletions

15
extra/3d-printer.nix Normal file
View 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 ];
}

View file

@ -7,7 +7,7 @@
./disks.nix
./disks-home.nix
./sway.nix
./extra/3d-printing.nix
./extra/3d-design.nix
./extra/android.nix
./extra/arch-linux.nix
./extra/avahi.nix