summaryrefslogtreecommitdiff
path: root/custom/motion.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-13 13:27:36 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-13 13:27:36 +0200
commit86ef23b04ec6938a31afac0a26d1daded58706ac (patch)
tree8b95f07062d539638892b2618375d9fb98cad2ea /custom/motion.nix
parent02e14c2816642c10e49d8368fa52b345241bd6e8 (diff)
downloadnixos-86ef23b04ec6938a31afac0a26d1daded58706ac.tar
nixos-86ef23b04ec6938a31afac0a26d1daded58706ac.tar.gz
nixos-86ef23b04ec6938a31afac0a26d1daded58706ac.tar.bz2
nixos-86ef23b04ec6938a31afac0a26d1daded58706ac.tar.xz
nixos-86ef23b04ec6938a31afac0a26d1daded58706ac.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 b470541a..303800c9 100644
--- a/custom/motion.nix
+++ b/custom/motion.nix
@@ -101,7 +101,7 @@ in {
101 ExecStartPre = "+${preStart}"; 101 ExecStartPre = "+${preStart}";
102 }; 102 };
103 103
104 wantedBy = [ "default.target" ]; 104 wantedBy = [ "multi-user.target" ];
105 }; 105 };
106 }; 106 };
107} 107}