mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
nuc: add jellyfin
This commit is contained in:
parent
3e48779929
commit
29223b9060
3 changed files with 14 additions and 7 deletions
6
hosts/nuc/modules/jellyfin/default.nix
Normal file
6
hosts/nuc/modules/jellyfin/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
services.jellyfin = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue