150 current 2025-10-09 11:52:30 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-09 12:05:48 -05:00
parent 72beee30c3
commit 869dc4832d
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 = <port>;
default = 7104;
description = "set port for ${service} (default: ${toString cfg.port}";
};
url = lib.mkOption {