From 61680466c6a8e476bd3c8a362454ba59907eb4d3 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 15 Sep 2019 15:44:54 +0200 Subject: disable camera cat-food --- odin.nix | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/odin.nix b/odin.nix index 2d683926..1c7775a5 100644 --- a/odin.nix +++ b/odin.nix @@ -284,26 +284,26 @@ services.motion = { cameras = [ - { - extraConfig = '' - camera_name cat-food - - netcam_url mjpeg://ipcam01.hlidskjalf.yggdrasil:80/mjpeg.cgi - netcam_keepalive on - width 640 - height 480 - - stream_port 8080 - stream_localhost on - - despeckle_filter EedDl - threshold_tune on - noise_tune on - lightswitch 50 - minimum_motion_frames 5 - ''; - configFiles = [ "/etc/motion/cat-food.secret" ]; - } + # { + # extraConfig = '' + # camera_name cat-food + + # netcam_url mjpeg://ipcam01.hlidskjalf.yggdrasil:80/mjpeg.cgi + # netcam_keepalive on + # width 640 + # height 480 + + # stream_port 8080 + # stream_localhost on + + # despeckle_filter EedDl + # threshold_tune on + # noise_tune on + # lightswitch 50 + # minimum_motion_frames 5 + # ''; + # configFiles = [ "/etc/motion/cat-food.secret" ]; + # } { extraConfig = '' camera_name living-room -- cgit v1.2.3