adding jellyfin service

This commit is contained in:
Chris Cochrun 2022-08-16 06:24:05 -05:00
parent 0d7db13364
commit 36e5723718
2 changed files with 30 additions and 0 deletions

View file

@ -1671,6 +1671,21 @@ I also use home-manager for managing dotfiles. This means that everything is con
};
};
jellyfin-mpv-shim = {
Unit = {
Description = "Play Jellyfin media in mpv";
After = "network.target";
};
Service = {
ExecStart = "/run/current-system/sw/bin/jellyfin-mpv-shim";
};
Install = {
WantedBy = ["multi-user.target"];
};
};
ethminer = {
Unit = {
Description = "Mining at home";

View file

@ -501,6 +501,21 @@
};
};
jellyfin-mpv-shim = {
Unit = {
Description = "Play Jellyfin media in mpv";
After = "network.target";
};
Service = {
ExecStart = "/run/current-system/sw/bin/jellyfin-mpv-shim";
};
Install = {
WantedBy = ["multi-user.target"];
};
};
ethminer = {
Unit = {
Description = "Mining at home";