n/akamanto: moonraker patch isn't needed anymore, and try out mainsail

main
Ari Gerus 2023-12-21 20:19:49 +01:00 committed by Ari Gato
parent eaf48216b8
commit 695484a4b4
1 changed files with 5 additions and 4 deletions

View File

@ -465,13 +465,14 @@ in {
aspect_ratio = "4:3";
};
};
package = pkgs.moonraker.overrideAttrs (old: {
patches = (old.patches or [ ])
++ [ ./moonraker-remove-config-path-warning.patch ];
});
};
services.fluidd = {
enable = false;
nginx.locations."/webcam/".proxyPass = "http://127.0.0.1:8080/";
};
services.mainsail = {
enable = true;
nginx.locations."/webcam/".proxyPass = "http://127.0.0.1:8080/";
};