asus: add octoprint
This commit is contained in:
parent
528ee1cfb1
commit
b61b7ba38a
1 changed files with 10 additions and 0 deletions
|
@ -36,6 +36,9 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
networkmanager.enable = true;
|
networkmanager.enable = true;
|
||||||
|
firewall.allowedTCPPortRanges = [
|
||||||
|
{ from = 33000; to = 33999; }
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# enable bluetooth
|
# enable bluetooth
|
||||||
|
@ -79,4 +82,11 @@
|
||||||
|
|
||||||
# Style and Grammar Checker
|
# Style and Grammar Checker
|
||||||
services.languagetool.enable = true;
|
services.languagetool.enable = true;
|
||||||
|
|
||||||
|
# 3D printing
|
||||||
|
services.octoprint = {
|
||||||
|
enable = true;
|
||||||
|
port = 33002;
|
||||||
|
plugins = ps: [ ps.stlviewer ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue