nixos/safeeyes: add alsa-utils for aplay to the service's path

This is needed in order to use the `audiblealert`-plugin which requires
`aplay` to be available to work.
This commit is contained in:
Maximilian Bosch 2021-09-22 13:07:33 +02:00
parent fa7c114196
commit 693ccbac67
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -32,6 +32,8 @@ in
wantedBy = [ "graphical-session.target" ];
partOf = [ "graphical-session.target" ];
path = [ pkgs.alsa-utils ];
startLimitIntervalSec = 350;
startLimitBurst = 10;
serviceConfig = {