Update default.nix

This commit is contained in:
Aaron Honeycutt 2024-11-22 13:23:07 +00:00
parent 28d7b3c20f
commit 020d52505e

View file

@ -6,7 +6,7 @@
enable = true; enable = true;
tunnels = { tunnels = {
"{{Tunnel UUID}}" = { "{{Tunnel UUID}}" = {
credentialsFile = "{{UUID.json}}"; credentialsFile = "{{/path/to/UUID.json}}";
default = "http_status:404"; default = "http_status:404";
ingress = { ingress = {
"ahoneybun.net" = "http://localhost:80"; "ahoneybun.net" = "http://localhost:80";