52 current 2025-10-07 21:09:55 25.05.20251001.5b5be50 6.12.49 *
This commit is contained in:
@@ -13,7 +13,7 @@ in
|
|||||||
# set port options
|
# set port options
|
||||||
port = lib.mkOption {
|
port = lib.mkOption {
|
||||||
type = lib.types.int;
|
type = lib.types.int;
|
||||||
default = cfg.default_port;
|
default = default_port;
|
||||||
description = "set port for <service_name> (default: ${toString default_port}";
|
description = "set port for <service_name> (default: ${toString default_port}";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ in
|
|||||||
# set port options
|
# set port options
|
||||||
port = lib.mkOption {
|
port = lib.mkOption {
|
||||||
type = lib.types.int;
|
type = lib.types.int;
|
||||||
default = cfg.default_port;
|
default = default_port;
|
||||||
description = "set port for vaultwarden (default: ${toString default_port}";
|
description = "set port for vaultwarden (default: ${toString default_port}";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user