jellyfin: Fix nodejs
Node 18 is end-of-life
This commit is contained in:
parent
f6096b7f78
commit
1e365cbb34
1 changed files with 2 additions and 2 deletions
|
|
@ -49,10 +49,10 @@
|
|||
## Grab EPG data daily
|
||||
systemd = {
|
||||
services.epg = {
|
||||
script = "${pkgs.nodejs_18}/bin/npm run --prefix /media/TV/epg/ grab -- --channels=custom.channels.xml";
|
||||
script = "${pkgs.nodejs}/bin/npm run --prefix /media/TV/epg/ grab -- --channels=custom.channels.xml";
|
||||
path = [
|
||||
pkgs.bash
|
||||
pkgs.nodejs_18
|
||||
pkgs.nodejs
|
||||
];
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue