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

@@ -1,6 +1,6 @@
# flake for blakes nixos config # flake for blakes nixos config
# define new devices in outputs # define new devices in outputs
# generation: 82 current 2025-10-08 11:07:51 25.05.20251001.5b5be50 6.12.49 * # generation: 83 current 2025-10-08 11:10:08 25.05.20251001.5b5be50 6.12.49 *
{ {
description = "blakes nix config"; description = "blakes nix config";
inputs = { inputs = {

View File

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