remove firewall improve otf
This commit is contained in:
parent
5a57cf8754
commit
480334e081
1 changed files with 9 additions and 0 deletions
|
|
@ -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 = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue