this repo has no description
at main 14 lines 355 B view raw
1{ 2 services.cloudflared = { 3 enable = true; 4 tunnels = { 5 "b2aa87d0-94b1-4650-8bbb-b97000315a3f" = { 6 credentialsFile = "/home/hylia/.cloudflared/b2aa87d0-94b1-4650-8bbb-b97000315a3f.json"; 7 ingress = { 8 "knot.malpercio.dev" = "http://127.0.0.1:80"; 9 }; 10 default = "http_status:404"; 11 }; 12 }; 13 }; 14}