remove firewall improve otf

This commit is contained in:
Jermeiah S 2025-06-14 21:39:28 -04:00
parent 5a57cf8754
commit 480334e081
No known key found for this signature in database

View file

@ -20,10 +20,19 @@ in
tty-ips.enable = true; tty-ips.enable = true;
otf = { otf = {
enable = true; 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";
};
environmentFile = config.sops.secrets.otfenv.path; environmentFile = config.sops.secrets.otfenv.path;
}; };
}; };
networking = { networking = {
firewall.enable = false;
yggdrasil = { yggdrasil = {
enable = true; enable = true;
AllowedPublicKeys = [ AllowedPublicKeys = [