feat(logistics): closer to a working prinper

This commit is contained in:
Kat Inskip 2024-08-06 11:47:56 -07:00
parent 754fb6a486
commit 17524cc5b8
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
5 changed files with 43 additions and 0 deletions

View file

@ -2,6 +2,9 @@ _: {
services = {
klipper = {
enable = true;
octoprintIntegration = true;
settings = {
};
};
};
}

View file

@ -3,6 +3,7 @@ _: {
moonraker = {
enable = true;
address = "0.0.0.0";
port = 7125; # it's the default but i'm specifying it anyway
settings = {
octoprint_compat = { };
history = { };