diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-13 13:21:01 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-13 13:21:01 +0200 |
commit | bd974aaf2570ba5db63bc366399cf8b743aa441f (patch) | |
tree | 79a34b39db0da68a4b7540236cccfb012b884a68 /custom | |
parent | 479704bee5927491cea1b7102b323f0e3b3796c1 (diff) | |
download | nixos-bd974aaf2570ba5db63bc366399cf8b743aa441f.tar nixos-bd974aaf2570ba5db63bc366399cf8b743aa441f.tar.gz nixos-bd974aaf2570ba5db63bc366399cf8b743aa441f.tar.bz2 nixos-bd974aaf2570ba5db63bc366399cf8b743aa441f.tar.xz nixos-bd974aaf2570ba5db63bc366399cf8b743aa441f.zip |
…
Diffstat (limited to 'custom')
-rw-r--r-- | custom/motion.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/motion.nix b/custom/motion.nix index cd34548f..6168361c 100644 --- a/custom/motion.nix +++ b/custom/motion.nix | |||
@@ -53,7 +53,7 @@ let | |||
53 | ''; | 53 | ''; |
54 | 54 | ||
55 | preStart = pkgs.writeScript "motion-pre-start" '' | 55 | preStart = pkgs.writeScript "motion-pre-start" '' |
56 | cat ${motionConfig} ${escapShellArgs cfg.configFiles} > motion.conf | 56 | cat ${motionConfig} ${escapeShellArgs cfg.configFiles} > motion.conf |
57 | 57 | ||
58 | mkdir -p cameras | 58 | mkdir -p cameras |
59 | ${concatStringsSep "\n" (imap0 compileCamera cfg.cameras)} | 59 | ${concatStringsSep "\n" (imap0 compileCamera cfg.cameras)} |