Skip to content

Commit

Permalink
profiles/graphical.nix: Drop systemWide pulseaudio in iso
Browse files Browse the repository at this point in the history
It's not needed since #66338 and should have been done earlier.

This is based on a follow-up on #56167.
  • Loading branch information
etu committed Nov 11, 2019
1 parent 556a169 commit 4403cd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nixos/modules/profiles/graphical.nix
Expand Up @@ -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 ];
}

0 comments on commit 4403cd1

Please sign in to comment.