about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2019-11-12 12:43:41 +0000
committerGitHub <noreply@github.com>2019-11-12 12:43:41 +0000
commitcc562268b40d3f98f66178a6086b4ae83b2f6a60 (patch)
tree45f191934b6a1d3db6b73fd1545865a64b77eb08 /nixos
parente3065afa4434bf19fd61e89f05145b5a868310b6 (diff)
parent4403cd16f91e6ce9eee65f7ed0ab72ce5a81ba0f (diff)
downloadnixlib-cc562268b40d3f98f66178a6086b4ae83b2f6a60.tar
nixlib-cc562268b40d3f98f66178a6086b4ae83b2f6a60.tar.gz
nixlib-cc562268b40d3f98f66178a6086b4ae83b2f6a60.tar.bz2
nixlib-cc562268b40d3f98f66178a6086b4ae83b2f6a60.tar.lz
nixlib-cc562268b40d3f98f66178a6086b4ae83b2f6a60.tar.xz
nixlib-cc562268b40d3f98f66178a6086b4ae83b2f6a60.tar.zst
nixlib-cc562268b40d3f98f66178a6086b4ae83b2f6a60.zip
Merge pull request #73232 from etu/disable-systemwide-pulse-iso
profiles/graphical.nix: Drop systemWide pulseaudio in iso
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/profiles/graphical.nix1
1 files changed, 0 insertions, 1 deletions
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 ];
 }