From c42de3037ec406fa834c6c1756a6f0b70dcdd38f Mon Sep 17 00:00:00 2001 From: Karel Kočí Date: Wed, 23 Sep 2026 08:09:45 +0200 Subject: treewise: cleanup and general update --- nixos/configurations/ridcully.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'nixos/configurations/ridcully.nix') diff --git a/nixos/configurations/ridcully.nix b/nixos/configurations/ridcully.nix index 9f3ed57..e454b2c 100644 --- a/nixos/configurations/ridcully.nix +++ b/nixos/configurations/ridcully.nix @@ -86,16 +86,16 @@ dataDir = "/home/cynerd"; }; - octoprint = { - enable = true; - openFirewall = true; - }; + #octoprint = { + # enable = true; + # openFirewall = true; + #}; - mjpg-streamer = { - enable = true; - inputPlugin = "input_uvc.so -d /dev/video2 -r 1920x1080 -f 30"; - outputPlugin = "output_http.so -p 5001 -w @www@"; - }; + #mjpg-streamer = { + # enable = true; + # inputPlugin = "input_uvc.so -d /dev/video2 -r 1920x1080 -f 30"; + # outputPlugin = "output_http.so -p 5001 -w @www@"; + #}; }; networking.firewall.allowedTCPPorts = [5001]; -- cgit v1.3.1