octoprint

This commit is contained in:
TheWanderingCrow 2025-07-13 17:22:43 -04:00
parent 8f767eebe0
commit d43f9c0c79

View file

@ -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 = {