From 44e3a3011a47703eb099b2b5b82d026053ef41e3 Mon Sep 17 00:00:00 2001 From: Jack O'Sullivan Date: Sun, 2 Mar 2025 14:21:31 +0000 Subject: [PATCH] nixos/stream: Disable octoprint for now --- nixos/boxes/home/stream.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/boxes/home/stream.nix b/nixos/boxes/home/stream.nix index 462a782..ba88b7e 100644 --- a/nixos/boxes/home/stream.nix +++ b/nixos/boxes/home/stream.nix @@ -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 = {