moving server from old config to new one (finally)

This commit is contained in:
martyTF 2026-05-14 00:09:24 +02:00
parent 5306a9a633
commit 634171e91d
3 changed files with 68 additions and 9 deletions

View file

@ -6,9 +6,9 @@
}:
{
options.server = {
options.server.media = {
jellyfin = {
enable = lib.mkEnableOption "enable jelyfin";
enable = lib.mkEnableOption "enable jellyfin";
port = lib.mkOption {
default = 8096;
description = "set jellyfin port";