78 current 2025-10-08 00:16:03 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-08 00:25:27 -05:00
parent a12677cc6c
commit bf3b8b3270
6 changed files with 8 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ in
# set port options
port = lib.mkOption {
type = lib.types.int;
default = default_port;
default = <port>;
description = "set port for <service_name> (default: ${toString default_port}";
};