18 current 2025-10-07 00:20:56 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-07 00:49:01 -05:00
parent 3adf8072e6
commit a364174505

View File

@@ -8,8 +8,8 @@ in
options.modules.services.sonarr = {
enable = lib.mkEnableOption "enables sonarr";
mode = lib.mkOption {
port = lib.types.int;
port = lib.mkOption {
type = lib.types.int;
default = 7105;
description = "define port for sonarr";
};