From 4e4e51e1bb6bc8ec3b3120104217e68455c07642 Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Thu, 25 Jul 2024 19:27:49 +0200 Subject: [PATCH] Finally have sound over HMDI --- machines/luna/configuration.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/machines/luna/configuration.nix b/machines/luna/configuration.nix index 50b7224..121ed7b 100644 --- a/machines/luna/configuration.nix +++ b/machines/luna/configuration.nix @@ -35,11 +35,11 @@ programs.ssh.askPassword = lib.mkForce "/nix/store/qrzq7dqp8dkffb5dvi42q647dhm87ady-ksshaskpass-6.0.3/bin/ksshaskpass"; hardware.pulseaudio.enable = true; - services.jack = { - jackd.enable = true; - alsa.enable = false; - loopback.enable = true; - }; +# services.jack = { +# jackd.enable = true; +# alsa.enable = true; +# loopback.enable = false; +# }; users.extraUsers.horseman.extraGroups = [ "jackaudio" ]; }