nixpkgs/nixos/modules
Richard Marko f54612264e nixos/jack,pulseaudio: fix pulse connection to jackd service
This fixes the case when Jack Audio Daemon is running
as a service via `services.jack.jackd` and Pulseaudio
running as a *user* service.

Two issues prevented connecting `pulse` with `jackd`:
* Missing `JACK_PROMISCUOUS_SERVER` environment variable for `pulse` user service,
  resulting in `pulse` trying to access `jackd` as if it was running as part of
  the users session.
* `jackd` not being able to access socket created by `pulse` due to socket
  created using user ID and `users` group. Change allows `jackd` to access
  the socket created by `pulse` correctly.

`pulse` now also autoloads `module-jack-sink` and `module-jack-source`
if `services.jack.jackd.enable` is set.

The default `pulse` package is now set to `pulseaudioFull` automatically
if `services.jack.jackd.enable` is set.
2020-09-08 08:44:20 +02:00
..
config nixos/jack,pulseaudio: fix pulse connection to jackd service 2020-09-08 08:44:20 +02:00
hardware Merge pull request #91296 from cawilliamson/master 2020-08-21 18:27:46 +02:00
i18n/input-method nixos/modules: remove trailing whitespace 2020-08-07 14:45:39 +01:00
installer Merge pull request #96042 from rnhmjoj/loaOf 2020-09-02 08:45:37 -04:00
misc nixos/nixpkgs.nix: Correct crossSystem default literal 2020-08-26 13:35:35 +02:00
profiles nixos/security/misc: add option unprivilegedUsernsClone 2020-08-25 14:18:24 +03:00
programs programs.zsh: remove unnecessary with 2020-09-03 08:42:24 +02:00
security Merge pull request #96042 from rnhmjoj/loaOf 2020-09-02 08:45:37 -04:00
services nixos/jack,pulseaudio: fix pulse connection to jackd service 2020-09-08 08:44:20 +02:00
system nixos/systemd: Don't use apply for $PATH 2020-09-03 20:27:55 +02:00
tasks Merge pull request #96042 from rnhmjoj/loaOf 2020-09-02 08:45:37 -04:00
testing nixos/test-instrumentation: properly import options for qemu-check 2020-08-18 12:26:49 +02:00
virtualisation Merge pull request #96042 from rnhmjoj/loaOf 2020-09-02 08:45:37 -04:00
module-list.nix Merge pull request #94917 from ju1m/biboumi 2020-09-02 17:43:27 +02:00
rename.nix nixos/deepin: register as a removed module 2020-09-01 19:42:08 -03:00