commit 56f326cd8b2d741e32d805313e434ebbac425136 parent 91e6dc311ba5137d568257318455e4a65742e7e9 Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 16 Aug 2023 20:35:37 +0200 Enable asterisk opus Diffstat:
| M | nixos/worker-1/configuration.nix | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -40,6 +40,10 @@ config = { # Disable if you don't want unfree packages allowUnfree = true; + + asterisk = { + withOpus = true; + }; }; };