Added audio config

This commit is contained in:
Alejandro Angulo 2023-03-25 09:28:53 -07:00
parent 58118e7ab8
commit a190c35901
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
3 changed files with 28 additions and 15 deletions

View file

@ -27,6 +27,8 @@
apps.tmux.enable = true;
services.printing.enable = true;
hardware.audio.enable = true;
};
networking = {
@ -163,14 +165,6 @@
#};
};
security.rtkit.enable = true;
services.pipewire = {
enable = true;
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
};
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];