From 02307e084106505553b2dc4232c1483dc2bde92e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 18 Apr 2018 12:29:12 +0200 Subject: rename ipcam01 --- odin.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/odin.nix b/odin.nix index 3c8ff975..5ce1f9bf 100644 --- a/odin.nix +++ b/odin.nix @@ -14,6 +14,7 @@ ./custom/borgbackup.nix ./custom/motion.nix ./custom/unit-status-mail.nix + ./custom/libvirtd-guests.nix ]; # Use the GRUB 2 boot loader. @@ -214,7 +215,7 @@ cameras = [ { extraConfig = '' - camera_name ipcam01 + camera_name cat-food netcam_url mjpeg://ipcam01.hlidskjalf.yggdrasil:80/mjpeg.cgi netcam_keepalive on @@ -229,7 +230,7 @@ lightswitch 50 minimum_motion_frames 5 ''; - configFiles = [ "/etc/motion/ipcam01.secret" ]; + configFiles = [ "/etc/motion/cat-food.secret" ]; } ]; -- cgit v1.2.3