change audio so it supports audio over HDMI for TV's n shit
This commit is contained in:
parent
20391c64fc
commit
dc20d77889
6 changed files with 50 additions and 29 deletions
|
|
@ -13,12 +13,10 @@ in {
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
services.pulseaudio.enable = false;
|
||||
services.jack = {
|
||||
jackd.enable = false;
|
||||
alsa.enable = true;
|
||||
loopback.enable = false;
|
||||
services.pipewire.enable = false;
|
||||
services.pulseaudio = {
|
||||
enable = true;
|
||||
support32Bit = true;
|
||||
};
|
||||
users.extraUsers.horseman.extraGroups = ["jackaudio"];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue