1

System: Rename pulseaudio option after update

This commit is contained in:
2025-01-11 15:44:43 +01:00
parent 988cd86db1
commit 8cdea11333

View File

@ -328,8 +328,6 @@ with mylib.networking; {
# ausweisapp.openFirewall = true; # Directly set port in firewall
};
hardware.pulseaudio.enable = false; # Get off my lawn
# List services that you want to enable:
services = {
# Enable sound with pipewire.
@ -341,6 +339,7 @@ with mylib.networking; {
jack.enable = false;
wireplumber.enable = true;
};
pulseaudio.enable = false; # Get off my lawn
# Enable the X11 windowing system.
xserver = {