removed certs requirements

This commit is contained in:
Jermeiah S 2025-06-14 23:05:30 -04:00
parent d0761ff16e
commit 182f54b988
No known key found for this signature in database

View file

@ -21,12 +21,10 @@ in
otf = { otf = {
enable = true; enable = true;
environment = { environment = {
# OTF_KEY_FILE=/fixtures/key.pem
# SSL_CERT_FILE=/fixtures/cert.pem
# OTF_LOG_HTTP_REQUESTS = "true";
OTF_ADDRESS = "0.0.0.0:9000"; OTF_ADDRESS = "0.0.0.0:9000";
OTF_HOSTNAME = "tofu.skdevstudios.com"; OTF_HOSTNAME = "tofu.skdevstudios.com";
OTF_DEFAULT_ENGINE = "tofu"; OTF_DEFAULT_ENGINE = "tofu";
OTF_RESTRICT_ORG_CREATION = "true";
}; };
environmentFile = config.sops.secrets.otfenv.path; environmentFile = config.sops.secrets.otfenv.path;
}; };