Added audio config
This commit is contained in:
parent
58118e7ab8
commit
a190c35901
3 changed files with 28 additions and 15 deletions
|
@ -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 = [ ... ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue