From cf1a599cb62b077738955bf1a1a13551be217113 Mon Sep 17 00:00:00 2001 From: blake Date: Thu, 9 Oct 2025 12:56:34 -0500 Subject: [PATCH] 155 current 2025-10-09 12:44:13 25.05.20251006.20c4598 6.12.50 * --- modules/homelab/services/qbittorrent/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/homelab/services/qbittorrent/default.nix b/modules/homelab/services/qbittorrent/default.nix index 9344c14..9f2ea2c 100644 --- a/modules/homelab/services/qbittorrent/default.nix +++ b/modules/homelab/services/qbittorrent/default.nix @@ -13,12 +13,12 @@ in # set port options port = lib.mkOption { type = lib.types.int; - default = ; + default = 7103; description = "set port for ${service} (default: ${toString cfg.port}"; }; # torrenting_port = lib.mkOption { # type = lib.types.int; -# default = ; +# default = ; # description = "set port for ${service} (default: ${toString cfg.port}"; # }; url = lib.mkOption {