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 = {
|
||||
mjpg-streamer = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
inputPlugin = "input_uvc.so";
|
||||
outputPlugin = "output_http.so -w @www@ -n -p 5050";
|
||||
};
|
||||
octoprint = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
host = "::";
|
||||
extraConfig = {
|
||||
plugins = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user