profiles/graphical.nix: Drop systemWide pulseaudio in iso

It's not needed since #66338 and should have been done earlier.

This is based on a follow-up on #56167.
This commit is contained in:
Elis Hirwing 2019-11-11 17:01:59 +01:00
parent 556a169f14
commit 4403cd16f9
No known key found for this signature in database
GPG Key ID: D57EFA625C9A925F

View File

@ -16,7 +16,6 @@
# Enable sound in virtualbox appliances.
hardware.pulseaudio.enable = true;
hardware.pulseaudio.systemWide = true; # Needed since we run plasma as root.
environment.systemPackages = [ pkgs.glxinfo pkgs.firefox ];
}