mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 17:54:08 -05:00
octoprint
This commit is contained in:
parent
8f767eebe0
commit
d43f9c0c79
1 changed files with 11 additions and 5 deletions
|
|
@ -1,8 +1,8 @@
|
|||
#######################
|
||||
# #
|
||||
# Datto - OctoPi Node #
|
||||
# #
|
||||
#######################
|
||||
##########################
|
||||
# #
|
||||
# Datto - OctoPrint Node #
|
||||
# #
|
||||
##########################
|
||||
{
|
||||
inputs,
|
||||
lib,
|
||||
|
|
@ -31,6 +31,12 @@
|
|||
])
|
||||
];
|
||||
|
||||
services.octoprint = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
port = 5000;
|
||||
};
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
|
||||
hostSpec = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue