diff options
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 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 | } |
