mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
nixos/pipewire: remove obsolete comment
Since 05b4964
, the pipewire-pulse system service and socket are
enabled when the `systemWide' option is set to `true'.
This commit is contained in:
parent
372f910807
commit
76dd00a305
1 changed files with 1 additions and 2 deletions
|
@ -359,8 +359,7 @@ in
|
|||
systemd.services.pipewire.bindsTo = [ "dbus.service" ];
|
||||
systemd.user.services.pipewire.bindsTo = [ "dbus.service" ];
|
||||
|
||||
# Enable either system or user units. Note that for pipewire-pulse there
|
||||
# are only user units, which work in both cases.
|
||||
# Enable either system or user units.
|
||||
systemd.sockets.pipewire.enable = cfg.systemWide;
|
||||
systemd.services.pipewire.enable = cfg.systemWide;
|
||||
systemd.user.sockets.pipewire.enable = !cfg.systemWide;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue