summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-09-03 23:34:11 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2017-09-03 23:34:11 +0200
commitadb9b5b98b74499f5996fb2ad3faede61b033a49 (patch)
treed0f0f7b54dfb5f0766d4fc594d80b7f66b7fcdfe /custom
parent60d5a46461708e38a459c7193a13faaff44d7fab (diff)
downloadnixos-adb9b5b98b74499f5996fb2ad3faede61b033a49.tar
nixos-adb9b5b98b74499f5996fb2ad3faede61b033a49.tar.gz
nixos-adb9b5b98b74499f5996fb2ad3faede61b033a49.tar.bz2
nixos-adb9b5b98b74499f5996fb2ad3faede61b033a49.tar.xz
nixos-adb9b5b98b74499f5996fb2ad3faede61b033a49.zip
Diffstat (limited to 'custom')
-rw-r--r--custom/trivmix-service.nix2
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
82in { 82in {
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