diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-13 13:20:43 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-13 13:20:43 +0200 |
| commit | 479704bee5927491cea1b7102b323f0e3b3796c1 (patch) | |
| tree | 41a6ab0990609df45bf01fac5caa9b6c6698388b /custom | |
| parent | ea8ad32b906773d57bbf68a10df637c1ed888075 (diff) | |
| download | nixos-479704bee5927491cea1b7102b323f0e3b3796c1.tar nixos-479704bee5927491cea1b7102b323f0e3b3796c1.tar.gz nixos-479704bee5927491cea1b7102b323f0e3b3796c1.tar.bz2 nixos-479704bee5927491cea1b7102b323f0e3b3796c1.tar.xz nixos-479704bee5927491cea1b7102b323f0e3b3796c1.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 938a2db6..cd34548f 100644 --- a/custom/motion.nix +++ b/custom/motion.nix | |||
| @@ -52,7 +52,7 @@ let | |||
| 52 | camera_dir cameras | 52 | camera_dir cameras |
| 53 | ''; | 53 | ''; |
| 54 | 54 | ||
| 55 | preStart = pkgs.writeStript "motion-pre-start" '' | 55 | preStart = pkgs.writeScript "motion-pre-start" '' |
| 56 | cat ${motionConfig} ${escapShellArgs cfg.configFiles} > motion.conf | 56 | cat ${motionConfig} ${escapShellArgs cfg.configFiles} > motion.conf |
| 57 | 57 | ||
| 58 | mkdir -p cameras | 58 | mkdir -p cameras |
