asus: add octoprint

This commit is contained in:
Dmitriy Pleshevskiy 2023-12-04 11:23:48 +03:00
parent 528ee1cfb1
commit b61b7ba38a
Signed by: pleshevskiy
GPG key ID: 79C4487B44403985

View file

@ -36,6 +36,9 @@
};
networkmanager.enable = true;
firewall.allowedTCPPortRanges = [
{ from = 33000; to = 33999; }
];
};
# enable bluetooth
@ -79,4 +82,11 @@
# Style and Grammar Checker
services.languagetool.enable = true;
# 3D printing
services.octoprint = {
enable = true;
port = 33002;
plugins = ps: [ ps.stlviewer ];
};
}