summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'odin.nix')
-rw-r--r--odin.nix5
1 files 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 @@
14 ./custom/borgbackup.nix 14 ./custom/borgbackup.nix
15 ./custom/motion.nix 15 ./custom/motion.nix
16 ./custom/unit-status-mail.nix 16 ./custom/unit-status-mail.nix
17 ./custom/libvirtd-guests.nix
17 ]; 18 ];
18 19
19 # Use the GRUB 2 boot loader. 20 # Use the GRUB 2 boot loader.
@@ -214,7 +215,7 @@
214 cameras = [ 215 cameras = [
215 { 216 {
216 extraConfig = '' 217 extraConfig = ''
217 camera_name ipcam01 218 camera_name cat-food
218 219
219 netcam_url mjpeg://ipcam01.hlidskjalf.yggdrasil:80/mjpeg.cgi 220 netcam_url mjpeg://ipcam01.hlidskjalf.yggdrasil:80/mjpeg.cgi
220 netcam_keepalive on 221 netcam_keepalive on
@@ -229,7 +230,7 @@
229 lightswitch 50 230 lightswitch 50
230 minimum_motion_frames 5 231 minimum_motion_frames 5
231 ''; 232 '';
232 configFiles = [ "/etc/motion/ipcam01.secret" ]; 233 configFiles = [ "/etc/motion/cat-food.secret" ];
233 } 234 }
234 ]; 235 ];
235 236