diff options
| -rw-r--r-- | custom/trivmix-service.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/trivmix-service.nix b/custom/trivmix-service.nix index aa9708c6..6a50224d 100644 --- a/custom/trivmix-service.nix +++ b/custom/trivmix-service.nix | |||
| @@ -82,7 +82,7 @@ let | |||
| 82 | in { | 82 | in { |
| 83 | options.services.trivmix = mkOption { | 83 | options.services.trivmix = mkOption { |
| 84 | type = types.attrsOf (types.submodule mixerModule); | 84 | type = types.attrsOf (types.submodule mixerModule); |
| 85 | default = []; | 85 | default = {}; |
| 86 | description = "Definition of mixers"; | 86 | description = "Definition of mixers"; |
| 87 | }; | 87 | }; |
| 88 | 88 | ||
