Changed sound config terra
This commit is contained in:
parent
c8e387db3c
commit
663ef7c7dd
1 changed files with 2 additions and 4 deletions
|
|
@ -53,13 +53,11 @@
|
||||||
|
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
|
|
||||||
hardware.pulseaudio.enable = true;
|
hardware.pulseaudio.enable = false;
|
||||||
services.jack = {
|
services.jack = {
|
||||||
jackd.enable = true;
|
jackd.enable = true;
|
||||||
alsa.enable = false;
|
alsa.enable = false;
|
||||||
loopback = {
|
loopback.enable = true;
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
users.extraUsers.horseman.extraGroups = [ "jackaudio" ];
|
users.extraUsers.horseman.extraGroups = [ "jackaudio" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue