summaryrefslogtreecommitdiff
path: root/custom/motion.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-13 13:19:57 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-13 13:19:57 +0200
commitea8ad32b906773d57bbf68a10df637c1ed888075 (patch)
tree34af6a4b8ecb244befa8071add381bafcdea1b83 /custom/motion.nix
parent6f58127130cfd2b87ddf29b8bd1279ba9f470ada (diff)
downloadnixos-ea8ad32b906773d57bbf68a10df637c1ed888075.tar
nixos-ea8ad32b906773d57bbf68a10df637c1ed888075.tar.gz
nixos-ea8ad32b906773d57bbf68a10df637c1ed888075.tar.bz2
nixos-ea8ad32b906773d57bbf68a10df637c1ed888075.tar.xz
nixos-ea8ad32b906773d57bbf68a10df637c1ed888075.zip
Diffstat (limited to 'custom/motion.nix')
-rw-r--r--custom/motion.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/motion.nix b/custom/motion.nix
index 10d8db66..938a2db6 100644
--- a/custom/motion.nix
+++ b/custom/motion.nix
@@ -106,7 +106,7 @@ in {
106 ExecStartPre = "+${preStart}"; 106 ExecStartPre = "+${preStart}";
107 }; 107 };
108 108
109 WantedBy = [ "default.target" ]; 109 wantedBy = [ "default.target" ];
110 }; 110 };
111 }; 111 };
112} 112}