summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-13 13:22:32 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-13 13:22:32 +0200
commitf85b85657d0093bad6cab87c3be7de97857a6a16 (patch)
tree9b4873ed739342f47c82dcfb2252f62ea0f15ae2
parenta65589ca184e8fce05957495292c36a0fe832676 (diff)
downloadnixos-f85b85657d0093bad6cab87c3be7de97857a6a16.tar
nixos-f85b85657d0093bad6cab87c3be7de97857a6a16.tar.gz
nixos-f85b85657d0093bad6cab87c3be7de97857a6a16.tar.bz2
nixos-f85b85657d0093bad6cab87c3be7de97857a6a16.tar.xz
nixos-f85b85657d0093bad6cab87c3be7de97857a6a16.zip
-rw-r--r--custom/motion.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/custom/motion.nix b/custom/motion.nix
index fbdf256b..1aa39f41 100644
--- a/custom/motion.nix
+++ b/custom/motion.nix
@@ -83,6 +83,7 @@ in {
83 83
84 user = mkOption { 84 user = mkOption {
85 type = types.submodule userConfig; 85 type = types.submodule userConfig;
86 default = {};
86 description = "Overrides for the motion user"; 87 description = "Overrides for the motion user";
87 }; 88 };
88 }; 89 };