diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-09-03 23:21:15 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-09-03 23:21:15 +0200 |
commit | 44439d44705e2d1a2db4e51ab892aa0befbbe7e7 (patch) | |
tree | f34029c725c09bd4c7e7b2a212d95fad56eccb8a /custom/trivmix-service.nix | |
parent | 4993533bfdf3ab5220cb689ca234c5ac3e5f5868 (diff) | |
download | nixos-44439d44705e2d1a2db4e51ab892aa0befbbe7e7.tar nixos-44439d44705e2d1a2db4e51ab892aa0befbbe7e7.tar.gz nixos-44439d44705e2d1a2db4e51ab892aa0befbbe7e7.tar.bz2 nixos-44439d44705e2d1a2db4e51ab892aa0befbbe7e7.tar.xz nixos-44439d44705e2d1a2db4e51ab892aa0befbbe7e7.zip |
…⸘
Diffstat (limited to 'custom/trivmix-service.nix')
-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 ff5d36ff..c79eaf17 100644 --- a/custom/trivmix-service.nix +++ b/custom/trivmix-service.nix | |||
@@ -75,7 +75,7 @@ let | |||
75 | Nice = "-10"; | 75 | Nice = "-10"; |
76 | LimitRTPRIO = "95:95"; | 76 | LimitRTPRIO = "95:95"; |
77 | LimitMEMLOCK = "infinity"; | 77 | LimitMEMLOCK = "infinity"; |
78 | }); | 78 | };); |
79 | in { | 79 | in { |
80 | options.services.trivmix = mkOption { | 80 | options.services.trivmix = mkOption { |
81 | type = types.attrsOf (types.submodule mixerModule); | 81 | type = types.attrsOf (types.submodule mixerModule); |