nixos/installer: don't enable Pulseaudio

This commit is contained in:
K900 2024-09-03 12:14:23 +03:00
parent 644cf688b3
commit 78d6adf386

View File

@ -32,9 +32,6 @@ with lib;
# there is no power management backend such as upower).
powerManagement.enable = true;
# Enable sound in graphical iso's.
hardware.pulseaudio.enable = true;
# VM guest additions to improve host-guest interaction
services.spice-vdagentd.enable = true;
services.qemuGuest.enable = true;