summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--custom/motion.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/motion.nix b/custom/motion.nix
index 3e03dc33..712c1a61 100644
--- a/custom/motion.nix
+++ b/custom/motion.nix
@@ -73,7 +73,7 @@ in {
73 description = "Name of the dedicated user"; 73 description = "Name of the dedicated user";
74 }; 74 };
75 75
76 overrides = { 76 overrides = mkOption {
77 type = types.attrs; 77 type = types.attrs;
78 default = {}; 78 default = {};
79 }; 79 };