149 current 2025-10-09 03:59:16 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-09 11:46:33 -05:00
parent 41ecb61535
commit 760ae28613
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ in
port = lib.mkOption {
type = lib.types.int;
default = 7107;
description = "set port for ${service} (default: ${toString default_port}";
description = "set port for ${service} (default: ${toString cfg.port}";
};
url = lib.mkOption {
type = lib.types.str;