nixos/stream: Disable octoprint for now
Some checks failed
CI / Check, build and cache nixfiles (push) Failing after 3m16s

This commit is contained in:
Jack O'Sullivan 2025-03-02 14:21:31 +00:00
parent 45c972cca9
commit 44e3a3011a

View File

@ -45,12 +45,12 @@
services = { services = {
mjpg-streamer = { mjpg-streamer = {
enable = true; enable = false;
inputPlugin = "input_uvc.so"; inputPlugin = "input_uvc.so";
outputPlugin = "output_http.so -w @www@ -n -p 5050"; outputPlugin = "output_http.so -w @www@ -n -p 5050";
}; };
octoprint = { octoprint = {
enable = true; enable = false;
host = "::"; host = "::";
extraConfig = { extraConfig = {
plugins = { plugins = {