diff options
Diffstat (limited to 'options.nix')
| -rw-r--r-- | options.nix | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/options.nix b/options.nix index 1d3d6a16..db3f2c21 100644 --- a/options.nix +++ b/options.nix @@ -242,19 +242,11 @@ in type = nullOr bool; default = true; description = '' - Whether to share the PipeWire server via SecurityContext. + Whether to share the PipeWire server via pipewire-pulse on a SecurityContext socket. ''; }; }; - pulse = mkOption { - type = nullOr bool; - default = true; - description = '' - Whether to run the PulseAudio compatibility daemon. - ''; - }; - share = mkOption { type = nullOr package; default = null; |
