disable: tunnel becouse it prevented acme

This commit is contained in:
admin 2024-04-02 13:53:25 +02:00
parent d413a5f2b1
commit 09d9b3a172

View file

@ -3,19 +3,19 @@
services.nginx = {
enable = true;
clientMaxBodySize = "10g";
defaultHTTPListenPort = 1234;
# defaultHTTPListenPort = 1234;
};
services.cloudflared = {
enable = true;
tunnels = {
"tulpan" = {
credentialsFile = "/etc/nixos/.secrets/tulpan-tunnel.json";
default = "http_status:404";
ingress = {
"*.sondell.org" = "http://localhost:1234";
"sondell.org" = "http://localhost:1234";
};
};
};
enable = false;
# tunnels = {
# "tulpan" = {
# credentialsFile = "/etc/nixos/.secrets/tulpan-tunnel.json";
# default = "http_status:404";
# ingress = {
# "*.sondell.org" = "http://localhost:1234";
# "sondell.org" = "http://localhost:1234";
# };
# };
# };
};
}