summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-18 12:29:12 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-18 12:29:12 +0200
commit02307e084106505553b2dc4232c1483dc2bde92e (patch)
treea4c5e660d3ba65fb5b1366b275d9bbfe2af80624 /odin.nix
parent7dc2c481c6617f8f09167f8ea4bd412206e9ad86 (diff)
downloadnixos-02307e084106505553b2dc4232c1483dc2bde92e.tar
nixos-02307e084106505553b2dc4232c1483dc2bde92e.tar.gz
nixos-02307e084106505553b2dc4232c1483dc2bde92e.tar.bz2
nixos-02307e084106505553b2dc4232c1483dc2bde92e.tar.xz
nixos-02307e084106505553b2dc4232c1483dc2bde92e.zip
rename ipcam01
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