waagent: patch openssl path

This commit is contained in:
codgician
2025-01-21 21:33:50 +08:00
parent b5592e1165
commit b5a03db807
2 changed files with 7 additions and 13 deletions

View File

@@ -192,15 +192,6 @@ 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 = {