83 current 2025-10-08 11:10:08 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-08 11:13:39 -05:00
parent 38e70ddabe
commit 32b69c9154
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ in
# set port options
port = lib.mkOption {
type = lib.types.int;
default = default_port;
default = 7101;
description = "set port for jellyfin (default: ${toString default_port}";
};