refactored port layout

This commit is contained in:
2025-10-08 10:49:38 -05:00
parent dcc1b675bb
commit 8bb1fe39b8
4 changed files with 9 additions and 6 deletions

View File

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