.
This commit is contained in:
parent
24c75d3f40
commit
cfa8b0bfbd
1 changed files with 1 additions and 11 deletions
|
|
@ -30,23 +30,13 @@
|
|||
boot.loader.systemd-boot.enable = true;
|
||||
boot.kernelModules = [ "snd-seq" "snd-rawmidi" ];
|
||||
|
||||
|
||||
hardware.pulseaudio.enable = true;
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
services.jack = {
|
||||
jackd.enable = true;
|
||||
# support ALSA only programs via ALSA JACK PCM plugin
|
||||
alsa.enable = false;
|
||||
# support ALSA only programs via loopback device (supports programs like Steam)
|
||||
loopback = {
|
||||
enable = true;
|
||||
# buffering parameters for dmix device to work with ALSA only semi-professional sound programs
|
||||
#dmixConfig = ''
|
||||
# period_size 2048
|
||||
#'';
|
||||
};
|
||||
loopback.enable = true;
|
||||
};
|
||||
|
||||
users.extraUsers.horseman.extraGroups = [ "jackaudio" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue