Compare commits
No commits in common. "aec3e12a2378d57e555ee68d541ec78e3f753e39" and "47911123ad761a03065e45cd3bb7394dccf7a5ea" have entirely different histories.
aec3e12a23
...
47911123ad
2 changed files with 0 additions and 40 deletions
|
@ -1,16 +0,0 @@
|
||||||
_: {
|
|
||||||
systemd.services.jellyfin-rpc = {
|
|
||||||
enable = true;
|
|
||||||
wantedBy = [
|
|
||||||
"multi-user.target"
|
|
||||||
];
|
|
||||||
description = "Displays the content you're currently watching on Discord!";
|
|
||||||
|
|
||||||
serviceConfig = {
|
|
||||||
User = "root";
|
|
||||||
ExecStart = "/nix/store/gfwcai4i1cl3w8lbli4dsg0z369z2fn4-user-environment/bin/jellyfin-rpc --config /home/notoh/.config/jellyfin-rpc/main.json";
|
|
||||||
Restart = "always";
|
|
||||||
RestartSec = 30;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -1,24 +0,0 @@
|
||||||
{
|
|
||||||
lib,
|
|
||||||
fetchFromGitHub,
|
|
||||||
rustPlatform,
|
|
||||||
}:
|
|
||||||
rustPlatform.buildRustPackage rec {
|
|
||||||
pname = "jellyfin-rpc";
|
|
||||||
version = "0.14.6";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "Radiicall";
|
|
||||||
repo = "jellyfin-rpc";
|
|
||||||
rev = "04b412fb08268e9ee9e0aebfb72ea06e7284275a";
|
|
||||||
sha256 = "sha256-EcydqJoeLEfY40UHermU8jw7PHAAii8YQR/m4q9S1vo=";
|
|
||||||
};
|
|
||||||
cargoHash = "sha256-C+ZWYNW9tWol8n5y2q+qx0ava8fn3hqEzCxIEtCJDTw=";
|
|
||||||
|
|
||||||
meta = with lib; {
|
|
||||||
description = "Displays the content you're currently watching on Discord!";
|
|
||||||
homepage = "https://github.com/Radiicall/jellyfin-rpc";
|
|
||||||
license = licenses.gpl3;
|
|
||||||
maintainers = with maintainers; [notohh];
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue