0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nixos/pipewire: remove obsolete comment (#415344)

This commit is contained in:
K900 2025-06-09 18:37:10 +03:00 committed by GitHub
commit bfc88aeca8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;