aboutsummaryrefslogtreecommitdiff
path: root/nixos/configurations/ridcully.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2026-09-23 08:09:45 +0200
committerKarel Kočí <cynerd@email.cz>2026-09-23 08:09:45 +0200
commitc42de3037ec406fa834c6c1756a6f0b70dcdd38f (patch)
tree0d195492fc3f24c9742567f5bff8c157ec72baa0 /nixos/configurations/ridcully.nix
parentb0af9c76e1687f2afad15ba7a0de1d24331868c8 (diff)
downloadnixos-personal-c42de3037ec406fa834c6c1756a6f0b70dcdd38f.tar.gz
nixos-personal-c42de3037ec406fa834c6c1756a6f0b70dcdd38f.tar.bz2
nixos-personal-c42de3037ec406fa834c6c1756a6f0b70dcdd38f.zip
treewise: cleanup and general updateHEADmaster
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];