tor: fix nginx hidden service
[sourcephile-nix.git] / shell / modules / tools / security / openssl.nix
index cde7e4494a731ff94a3b2d697ceacb518de61b4f..722fa554247fe4f2a8cb9d7fd6bff7723cf95415 100644 (file)
@@ -148,7 +148,7 @@ in
 options.openssl = {
   enable = lib.mkEnableOption "Configuration of X.509 certificates";
   opensslHome = lib.mkOption {
-    type = types.path;
+    type = types.str;
     default = "sec/openssl";
     description = ''
       OpenSSL's directory.