mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
nixos/waagent: specify OS.OpensslPath by default
This commit is contained in:
parent
538efe3263
commit
2249c0859e
1 changed files with 9 additions and 0 deletions
|
@ -192,6 +192,15 @@ let
|
|||
If set to `null`, the system defaults are used.
|
||||
'';
|
||||
};
|
||||
|
||||
OpensslPath = lib.mkOption {
|
||||
type = types.nullOr types.path;
|
||||
default = lib.getExe pkgs.openssl;
|
||||
defaultText = literalExpression "lib.getExe pkgs.openssl";
|
||||
description = ''
|
||||
Specify a path for the openssl binary to use for cryptographic operations.
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
HttpProxy = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue