adding jellyfin service
This commit is contained in:
parent
0d7db13364
commit
36e5723718
15
README.org
15
README.org
|
@ -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 = {
|
ethminer = {
|
||||||
Unit = {
|
Unit = {
|
||||||
Description = "Mining at home";
|
Description = "Mining at home";
|
||||||
|
|
|
@ -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 = {
|
ethminer = {
|
||||||
Unit = {
|
Unit = {
|
||||||
Description = "Mining at home";
|
Description = "Mining at home";
|
||||||
|
|
Loading…
Reference in a new issue