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
commit cc562268b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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