aboutsummaryrefslogtreecommitdiff
path: root/nixos/configurations/ridcully.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/configurations/ridcully.nix')
-rw-r--r--nixos/configurations/ridcully.nix18
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];