diff --git a/tunnel.nix b/tunnel.nix index 51eadf2..739c85e 100644 --- a/tunnel.nix +++ b/tunnel.nix @@ -3,6 +3,7 @@ services.nginx = { enable = true; clientMaxBodySize = "10g"; + defaultHTTPListenPort = 1234; }; services.cloudflared = { enable = true; @@ -11,7 +12,7 @@ credentialsFile = "/etc/nixos/.secrets/tulpan-tunnel.json"; default = "http_status:404"; ingress = { - "*.sondell.org" = "http://localhost:80"; + "*.sondell.org" = "http://localhost:1234"; }; }; };