nixos/pipewire: remove obsolete comment (#415344)

authored by

K900 and committed by
GitHub
bfc88aec 5c61266b

+1 -2
+1 -2
nixos/modules/services/desktops/pipewire/pipewire.nix
··· 359 359 systemd.services.pipewire.bindsTo = [ "dbus.service" ]; 360 360 systemd.user.services.pipewire.bindsTo = [ "dbus.service" ]; 361 361 362 - # Enable either system or user units. Note that for pipewire-pulse there 363 - # are only user units, which work in both cases. 362 + # Enable either system or user units. 364 363 systemd.sockets.pipewire.enable = cfg.systemWide; 365 364 systemd.services.pipewire.enable = cfg.systemWide; 366 365 systemd.user.sockets.pipewire.enable = !cfg.systemWide;