nixos/stream: Disable octoprint for now
Some checks failed
CI / Check, build and cache nixfiles (push) Failing after 3m16s
Some checks failed
CI / Check, build and cache nixfiles (push) Failing after 3m16s
This commit is contained in:
parent
45c972cca9
commit
44e3a3011a
@ -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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user