149 current 2025-10-09 03:59:16 25.05.20251006.20c4598 6.12.50 *
This commit is contained in:
@@ -14,7 +14,7 @@ in
|
|||||||
port = lib.mkOption {
|
port = lib.mkOption {
|
||||||
type = lib.types.int;
|
type = lib.types.int;
|
||||||
default = 7107;
|
default = 7107;
|
||||||
description = "set port for ${service} (default: ${toString default_port}";
|
description = "set port for ${service} (default: ${toString cfg.port}";
|
||||||
};
|
};
|
||||||
url = lib.mkOption {
|
url = lib.mkOption {
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ in
|
|||||||
};
|
};
|
||||||
ids = lib.mkOption {
|
ids = lib.mkOption {
|
||||||
type = lib.types.int;
|
type = lib.types.int;
|
||||||
default = ${port};
|
default = cfg.port;
|
||||||
description = "set uid and pid of ${service} user (matches port by default)";
|
description = "set uid and pid of ${service} user (matches port by default)";
|
||||||
};
|
};
|
||||||
backup = lib.mkOption {
|
backup = lib.mkOption {
|
||||||
|
|||||||
Reference in New Issue
Block a user