sourcephile
/
git
/
sourcephile-nix.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
tor: fix nginx hidden service
[sourcephile-nix.git]
/
shell
/
modules
/
tools
/
security
/
openssl.nix
diff --git
a/shell/modules/tools/security/openssl.nix
b/shell/modules/tools/security/openssl.nix
index cde7e4494a731ff94a3b2d697ceacb518de61b4f..722fa554247fe4f2a8cb9d7fd6bff7723cf95415 100644
(file)
--- a/
shell/modules/tools/security/openssl.nix
+++ b/
shell/modules/tools/security/openssl.nix
@@
-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.