From 4403cd16f91e6ce9eee65f7ed0ab72ce5a81ba0f Mon Sep 17 00:00:00 2001 From: Elis Hirwing Date: Mon, 11 Nov 2019 17:01:59 +0100 Subject: 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. --- nixos/modules/profiles/graphical.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'nixos') diff --git a/nixos/modules/profiles/graphical.nix b/nixos/modules/profiles/graphical.nix index 649f5564ac61..ac3c228b3c65 100644 --- a/nixos/modules/profiles/graphical.nix +++ b/nixos/modules/profiles/graphical.nix @@ -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 ]; } -- cgit 1.4.1