Zerotier: enable as fallback
This commit is contained in:
parent
d57b7fb42b
commit
30469f2084
2 changed files with 2 additions and 2 deletions
|
|
@ -285,7 +285,7 @@ in
|
||||||
http = {
|
http = {
|
||||||
use_x_forwarded_for = true;
|
use_x_forwarded_for = true;
|
||||||
trusted_proxies = [
|
trusted_proxies = [
|
||||||
# hosts.zerotier.ipv4."baldur.zto"
|
hosts.zerotier.ipv4."baldur.zto"
|
||||||
hosts.tailscale.ipv4."baldur.tsn"
|
hosts.tailscale.ipv4."baldur.tsn"
|
||||||
"::1"
|
"::1"
|
||||||
"127.0.0.1"
|
"127.0.0.1"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
# ./zerotier.nix
|
./zerotier.nix
|
||||||
./tailscale.nix
|
./tailscale.nix
|
||||||
./distributed.nix
|
./distributed.nix
|
||||||
./remote-deploy.nix
|
./remote-deploy.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue