refactored port layout
This commit is contained in:
@@ -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}";
|
||||
};
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ in
|
||||
|
||||
port = lib.mkOption {
|
||||
type = lib.types.int;
|
||||
default = 7105;
|
||||
default = 7107;
|
||||
description = "set port for sonarr (${toString default_port})";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user