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

@@ -12,7 +12,7 @@ in
port = lib.mkOption {
type = lib.types.int;
default = 7105;
default = 7107;
description = "set port for sonarr (${toString default_port})";
};