Fix service definition

Related: 5d33cecfe6
This commit is contained in:
BuyMyMojo 2025-03-31 02:32:13 +11:00
parent 9e2914d0dc
commit e37de25fd2
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B

View file

@ -9,7 +9,7 @@
{ {
systemd.services.jellyfin-rpc = { systemd.services.jellyfin-rpc = {
enable = disable; enable = false;
path = [ pkgs.jellyfin-rpc ]; path = [ pkgs.jellyfin-rpc ];
serviceConfig = { serviceConfig = {
User = "buymymojo"; User = "buymymojo";