diff options
| author | vin <vin@vineetk.net> | 2025-03-03 03:27:43 -0500 |
|---|---|---|
| committer | vin <vin@vineetk.net> | 2025-03-03 03:27:43 -0500 |
| commit | c83b940c15f2d2a2ed6b44d23b4332182ec41ff1 (patch) | |
| tree | 42388983e32baec8290ddb07e617cd08bd0dd97f /hosts | |
| parent | d5bc286a0cf7a368ed4f517e455ac215cee67f52 (diff) | |
all: switch vpn tld from .vpn to .epistemia
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/demiurge/default.nix | 22 | ||||
| -rw-r--r-- | hosts/saklas/default.nix | 2 |
2 files changed, 12 insertions, 12 deletions
diff --git a/hosts/demiurge/default.nix b/hosts/demiurge/default.nix index cb2be52..1189a02 100644 --- a/hosts/demiurge/default.nix +++ b/hosts/demiurge/default.nix | |||
| @@ -229,7 +229,7 @@ LQIhANgsvYmyCp/Nur2RKaV25CDg3kMYVBXED2HVDy8qa+3i | |||
| 229 | settings = { | 229 | settings = { |
| 230 | server = [ | 230 | server = [ |
| 231 | "192.168.1.1" | 231 | "192.168.1.1" |
| 232 | "/vpn/10.0.13.1" | 232 | "/epistemia/100.100.100.100" |
| 233 | ]; | 233 | ]; |
| 234 | 234 | ||
| 235 | interface = "lo"; | 235 | interface = "lo"; |
| @@ -279,25 +279,25 @@ LQIhANgsvYmyCp/Nur2RKaV25CDg3kMYVBXED2HVDy8qa+3i | |||
| 279 | recommendedTlsSettings = true; | 279 | recommendedTlsSettings = true; |
| 280 | 280 | ||
| 281 | virtualHosts = { | 281 | virtualHosts = { |
| 282 | "searx.demiurge.vpn" = { | 282 | "searx.demiurge.epistemia" = { |
| 283 | enableACME = true; | 283 | enableACME = true; |
| 284 | forceSSL = false; | 284 | forceSSL = false; |
| 285 | locations."/".proxyPass = "http://127.0.0.1:8081"; | 285 | locations."/".proxyPass = "http://127.0.0.1:8081"; |
| 286 | }; | 286 | }; |
| 287 | 287 | ||
| 288 | "redlib.demiurge.vpn" = { | 288 | "redlib.demiurge.epistemia" = { |
| 289 | enableACME = true; | 289 | enableACME = true; |
| 290 | forceSSL = false; | 290 | forceSSL = false; |
| 291 | locations."/".proxyPass = "http://127.0.0.1:8082"; | 291 | locations."/".proxyPass = "http://127.0.0.1:8082"; |
| 292 | }; | 292 | }; |
| 293 | 293 | ||
| 294 | "navidrome.demiurge.vpn" = { | 294 | "navidrome.demiurge.epistemia" = { |
| 295 | enableACME = true; | 295 | enableACME = true; |
| 296 | forceSSL = false; | 296 | forceSSL = false; |
| 297 | locations."/".proxyPass = "http://127.0.0.1:4533"; | 297 | locations."/".proxyPass = "http://127.0.0.1:4533"; |
| 298 | }; | 298 | }; |
| 299 | 299 | ||
| 300 | "sdui.demiurge.vpn" = { | 300 | "sdui.demiurge.epistemia" = { |
| 301 | enableACME = true; | 301 | enableACME = true; |
| 302 | forceSSL = false; | 302 | forceSSL = false; |
| 303 | locations."/" = { | 303 | locations."/" = { |
| @@ -420,7 +420,7 @@ LQIhANgsvYmyCp/Nur2RKaV25CDg3kMYVBXED2HVDy8qa+3i | |||
| 420 | search.default_lang = "en"; | 420 | search.default_lang = "en"; |
| 421 | 421 | ||
| 422 | server = { | 422 | server = { |
| 423 | base_url = "https://searx.demiurge.vpn"; | 423 | base_url = "https://searx.demiurge.epistemia"; |
| 424 | bind_address = "127.0.0.1"; | 424 | bind_address = "127.0.0.1"; |
| 425 | port = 8081; | 425 | port = 8081; |
| 426 | secret_key = "sJ8oFeH9sC+wriftl2DqVaPC0QDoBDBpqrcOw4Ixw1M="; | 426 | secret_key = "sJ8oFeH9sC+wriftl2DqVaPC0QDoBDBpqrcOw4Ixw1M="; |
| @@ -436,10 +436,10 @@ LQIhANgsvYmyCp/Nur2RKaV25CDg3kMYVBXED2HVDy8qa+3i | |||
| 436 | 436 | ||
| 437 | hostnames = { | 437 | hostnames = { |
| 438 | replace = { | 438 | replace = { |
| 439 | "(.*\.)?youtube\.com$" = "invidious.demiurge.vpn"; | 439 | "(.*\.)?youtube\.com$" = "invidious.demiurge.epistemia"; |
| 440 | "(.*\.)?youtu\.be$" = "invidious.demiurge.vpn"; | 440 | "(.*\.)?youtu\.be$" = "invidious.demiurge.epistemia"; |
| 441 | "(.*\.)?reddit\.com$" = "redlib.demiurge.vpn"; | 441 | "(.*\.)?reddit\.com$" = "redlib.demiurge.epistemia"; |
| 442 | "(.*\.)?redd\.it$" = "redlib.demiurge.vpn"; | 442 | "(.*\.)?redd\.it$" = "redlib.demiurge.epistemia"; |
| 443 | }; | 443 | }; |
| 444 | 444 | ||
| 445 | remove = [ | 445 | remove = [ |
| @@ -564,7 +564,7 @@ LQIhANgsvYmyCp/Nur2RKaV25CDg3kMYVBXED2HVDy8qa+3i | |||
| 564 | name = "invidious"; | 564 | name = "invidious"; |
| 565 | engine = "invidious"; | 565 | engine = "invidious"; |
| 566 | base_url = [ | 566 | base_url = [ |
| 567 | "https://invidious.demiurge.vpn" | 567 | "https://invidious.demiurge.epistemia" |
| 568 | ]; | 568 | ]; |
| 569 | shortcut = "iv"; | 569 | shortcut = "iv"; |
| 570 | timeout = 3.0; | 570 | timeout = 3.0; |
diff --git a/hosts/saklas/default.nix b/hosts/saklas/default.nix index 6c09731..2c1a2b8 100644 --- a/hosts/saklas/default.nix +++ b/hosts/saklas/default.nix | |||
| @@ -155,7 +155,7 @@ | |||
| 155 | port = 8080; | 155 | port = 8080; |
| 156 | settings = { | 156 | settings = { |
| 157 | server_url = "https://headscale.13f0.net"; | 157 | server_url = "https://headscale.13f0.net"; |
| 158 | dns.base_domain = "hekate.13f0.net"; | 158 | dns.base_domain = "epistemia"; |
| 159 | logtail.enabled = false; | 159 | logtail.enabled = false; |
| 160 | }; | 160 | }; |
| 161 | }; | 161 | }; |
