added jellyfin
This commit is contained in:
parent
aacca32751
commit
58b4c7f52e
2 changed files with 9 additions and 0 deletions
8
modules/jellyfin.nix
Normal file
8
modules/jellyfin.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
services.jellyfin = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
# vim: set et ts=2 sw=2 ai:
|
||||||
|
|
@ -12,6 +12,7 @@
|
||||||
./modules/invidious.nix
|
./modules/invidious.nix
|
||||||
./modules/nitter.nix
|
./modules/nitter.nix
|
||||||
./modules/gitea.nix
|
./modules/gitea.nix
|
||||||
|
./modules/jellyfin.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
services.rclone.cacheSize = "100G";
|
services.rclone.cacheSize = "100G";
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue