summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-13 13:25:21 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-13 13:25:21 +0200
commit2968de37d4eac2bac6699d059a86916559810d77 (patch)
tree0fe1a2a5ff86cb63745eec899c6260c0554589d6
parent7cdcb23a5e8bb69c6814b78c4bb02a81d3f7bef5 (diff)
downloadnixos-2968de37d4eac2bac6699d059a86916559810d77.tar
nixos-2968de37d4eac2bac6699d059a86916559810d77.tar.gz
nixos-2968de37d4eac2bac6699d059a86916559810d77.tar.bz2
nixos-2968de37d4eac2bac6699d059a86916559810d77.tar.xz
nixos-2968de37d4eac2bac6699d059a86916559810d77.zip
-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 };