mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
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:
parent
fa7c114196
commit
693ccbac67
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ in
|
|||
wantedBy = [ "graphical-session.target" ];
|
||||
partOf = [ "graphical-session.target" ];
|
||||
|
||||
path = [ pkgs.alsa-utils ];
|
||||
|
||||
startLimitIntervalSec = 350;
|
||||
startLimitBurst = 10;
|
||||
serviceConfig = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue