mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
nuc: add jellyfin
This commit is contained in:
parent
3e48779929
commit
29223b9060
3 changed files with 14 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports =
|
||||
[
|
||||
|
@ -8,6 +8,7 @@
|
|||
./modules/adguard
|
||||
./modules/backup
|
||||
./modules/keycloak
|
||||
./modules/jellyfin
|
||||
./modules/cache
|
||||
./modules/matrix
|
||||
./modules/mautrix-telegram
|
||||
|
|
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