Merge pull request #493 from genebean/ts-address

Use tailscale address
This commit is contained in:
Gene Liverman 2025-01-29 08:18:05 -05:00 committed by GitHub
commit 4a6341b4fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
domain = "technicalissues.us"; domain = "technicalissues.us";
http_port = 80; http_port = 80;
https_port = 443; https_port = 443;
private_btc = "100.83.153.7"; private_btc = "umbrel.atlas-snares.ts.net";
in { in {
services.nginx = { services.nginx = {