linux: Use non-deprecated PulseAudio option

This commit is contained in:
Spotlight 2025-01-21 16:29:15 -06:00
parent 6b287e95fa
commit c67f35acfe
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 6 additions and 6 deletions

View file

@ -61,6 +61,9 @@
pulse.enable = true;
};
# Pipewire conflicts with PulseAudio.
pulseaudio.enable = false;
# As Mozilla's Location Service has shut down,
# we'll use geolocation via the Arch Linux API key.
geoclue2 = {
@ -69,9 +72,6 @@
};
};
# Pipewire conflicts with PulseAudio.
hardware.pulseaudio.enable = false;
# Our user!
users.users.spotlight = {
isNormalUser = true;