From f41af3f7e602c0ebb79872d09432b6b671c986a9 Mon Sep 17 00:00:00 2001 From: Bailey Stevens Date: Wed, 20 Sep 2023 19:49:57 -0400 Subject: [PATCH] Disables jack, uses plain alsa. --- citrus.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/citrus.nix b/citrus.nix index 45fba0f..d6462d3 100644 --- a/citrus.nix +++ b/citrus.nix @@ -9,8 +9,6 @@ hardware.opengl.enable = true; sound.enable = true; - services.jack.jackd.enable = true; - services.jack.alsa.enable = true; # Includes packages needed for startx services.xserver = { @@ -28,7 +26,7 @@ geekygay = { shell = pkgs.fish; isNormalUser = true; - extraGroups = [ "wheel" "dialout" ]; + extraGroups = [ "wheel" "dialout" "audio" ]; password = ""; openssh.authorizedKeys.keyFiles = [ ./authorized_keys @@ -37,7 +35,7 @@ # Unprivledged user for running the application. appuser = { isNormalUser = true; - extraGroups = [ "jackaudio" ]; + extraGroups = [ "audio" ]; password = ""; packages = with pkgs; [ puredata