Merge pull request #73232 from etu/disable-systemwide-pulse-iso

profiles/graphical.nix: Drop systemWide pulseaudio in iso
This commit is contained in:
adisbladis
2019-11-12 12:43:41 +00:00
committed by GitHub

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 ];
}