sysvol: don't start until after pipewire is ready

This commit is contained in:
Colin 2024-03-08 12:55:33 +00:00
parent bffcaa668e
commit 2b73ebb4c1

View File

@ -65,7 +65,7 @@ in
services."sysvol" = {
description = "sysvol: volume monitor/notifier";
after = [ "graphical-session.target" ];
after = [ "graphical-session.target" "pipewire-pulse.service" ];
wantedBy = lib.mkIf cfg.config.autostart [ "graphical-session.target" ];
serviceConfig = {