Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 12f5d47ef277
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b2f7db8c4012
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 30, 2019

  1. nixos.pulseaudio: Remove bad recommendation to use pulseaudio in syst…

    …em-wide mode
    
    Upstream Pulseaudio has always stated that system-wide is not
    recommended and comes with a number of usability and security drawbacks.
    
    (cherry picked from commit 3af4f88)
    adisbladis committed Oct 30, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    b2f7db8 View commit details
Showing with 3 additions and 2 deletions.
  1. +3 −2 nixos/modules/config/pulseaudio.nix
5 changes: 3 additions & 2 deletions nixos/modules/config/pulseaudio.nix
Original file line number Diff line number Diff line change
@@ -99,11 +99,12 @@ in {
description = ''
If false, a PulseAudio server is launched automatically for
each user that tries to use the sound system. The server runs
with user privileges. This is the recommended and most secure
way to use PulseAudio. If true, one system-wide PulseAudio
with user privileges. If true, one system-wide PulseAudio
server is launched on boot, running as the user "pulse", and
only users in the "audio" group will have access to the server.
Please read the PulseAudio documentation for more details.
Don't enable this option unless you know what you are doing.
'';
};