diff options
| author | Karel Kočí <cynerd@email.cz> | 2026-09-23 08:09:45 +0200 |
|---|---|---|
| committer | Karel Kočí <cynerd@email.cz> | 2026-09-23 08:09:45 +0200 |
| commit | c42de3037ec406fa834c6c1756a6f0b70dcdd38f (patch) | |
| tree | 0d195492fc3f24c9742567f5bff8c157ec72baa0 /nixos/configurations/ridcully.nix | |
| parent | b0af9c76e1687f2afad15ba7a0de1d24331868c8 (diff) | |
| download | nixos-personal-c42de3037ec406fa834c6c1756a6f0b70dcdd38f.tar.gz nixos-personal-c42de3037ec406fa834c6c1756a6f0b70dcdd38f.tar.bz2 nixos-personal-c42de3037ec406fa834c6c1756a6f0b70dcdd38f.zip | |
Diffstat (limited to 'nixos/configurations/ridcully.nix')
| -rw-r--r-- | nixos/configurations/ridcully.nix | 18 |
1 files changed, 9 insertions, 9 deletions
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]; |
