fix easyeffects hanging shutdown

This commit is contained in:
Simon Gardling 2025-07-18 00:04:03 -07:00
parent ff36737bae
commit ab4bb5da86
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -118,4 +118,6 @@
package = pkgs.easyeffects; package = pkgs.easyeffects;
preset = "framework"; preset = "framework";
}; };
systemd.user.services.easyeffects.Service.TimeoutStopSec = 1;
} }