adding jellyfin service
This commit is contained in:
parent
0d7db13364
commit
36e5723718
2 changed files with 30 additions and 0 deletions
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 = {
|
||||
Unit = {
|
||||
Description = "Mining at home";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue