mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-15 11:34:11 -05:00
jellyfin
This commit is contained in:
parent
ac44d78860
commit
b3689c7b9f
2 changed files with 12 additions and 0 deletions
11
modules/services/jellyfin/default.nix
Normal file
11
modules/services/jellyfin/default.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
services.jellyfin = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue