diff options
-rw-r--r-- | custom/motion.nix | 1 |
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 | }; |