From 182f54b988d93d7e950378a4b43f6bc1697d6dcb Mon Sep 17 00:00:00 2001 From: Jermeiah S Date: Sat, 14 Jun 2025 23:05:30 -0400 Subject: [PATCH] removed certs requirements --- configurations/nixos/tofu/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configurations/nixos/tofu/default.nix b/configurations/nixos/tofu/default.nix index c9b06d4..d915261 100644 --- a/configurations/nixos/tofu/default.nix +++ b/configurations/nixos/tofu/default.nix @@ -21,12 +21,10 @@ in otf = { enable = true; 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_HOSTNAME = "tofu.skdevstudios.com"; OTF_DEFAULT_ENGINE = "tofu"; + OTF_RESTRICT_ORG_CREATION = "true"; }; environmentFile = config.sops.secrets.otfenv.path; };