Disables jack, uses plain alsa.

This commit is contained in:
Bailey Stevens 2023-09-20 19:49:57 -04:00
parent 7788925216
commit f41af3f7e6

View file

@ -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