163 current 2025-10-09 14:18:39 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-09 14:23:08 -05:00
parent 85eb79f294
commit ccd8a38c55
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ in
# set port options
port = lib.mkOption {
type = lib.types.int;
default = 7100;
default = 7101;
description = "set port for ${service} (default: ${toString cfg.port}";
};
url = lib.mkOption {