System: Rename pulseaudio option after update
This commit is contained in:
@ -328,8 +328,6 @@ with mylib.networking; {
|
|||||||
# ausweisapp.openFirewall = true; # Directly set port in firewall
|
# ausweisapp.openFirewall = true; # Directly set port in firewall
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.pulseaudio.enable = false; # Get off my lawn
|
|
||||||
|
|
||||||
# List services that you want to enable:
|
# List services that you want to enable:
|
||||||
services = {
|
services = {
|
||||||
# Enable sound with pipewire.
|
# Enable sound with pipewire.
|
||||||
@ -341,6 +339,7 @@ with mylib.networking; {
|
|||||||
jack.enable = false;
|
jack.enable = false;
|
||||||
wireplumber.enable = true;
|
wireplumber.enable = true;
|
||||||
};
|
};
|
||||||
|
pulseaudio.enable = false; # Get off my lawn
|
||||||
|
|
||||||
# Enable the X11 windowing system.
|
# Enable the X11 windowing system.
|
||||||
xserver = {
|
xserver = {
|
||||||
|
|||||||
Reference in New Issue
Block a user