add jellyfin to ymir
This commit is contained in:
parent
674084ea5c
commit
dcdd843b25
1 changed files with 6 additions and 0 deletions
|
|
@ -23,6 +23,12 @@
|
|||
enableTailscale = true;
|
||||
};
|
||||
|
||||
services.jellyfin = {
|
||||
enable = true;
|
||||
port = 8096;
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
# Bootloader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue