move jellyfin-rpc module to nixos service

This commit is contained in:
♥ Minnie ♥ 2023-12-19 09:14:55 +08:00
parent eed97c13a2
commit 53d96b58a4
3 changed files with 55 additions and 22 deletions

View file

@ -5,4 +5,5 @@
# List your module files here
# my-module = import ./my-module.nix;
qbittorrent = import ./qbittorrent.nix;
jellyfin-rpc = import ./jellyfin-rpc.nix;
}