tsuki: remove jellyfin-rpc
This commit is contained in:
parent
92b94f0d2f
commit
fa963e4179
1 changed files with 0 additions and 16 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;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue