Remove zerotier host aliases
This commit is contained in:
parent
587cd2e583
commit
c4768eb2fd
10 changed files with 33 additions and 50 deletions
|
|
@ -1,10 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
# let
|
||||
# heimdall_hosts = lib.attrsets.filterAttrs (k: v: builtins.elem "heimdall.zto" v) config.networking.hosts;
|
||||
# heimdall_ipv4 = builtins.elemAt 0 (builtins.attrNames heimdall_hosts);
|
||||
# in
|
||||
{
|
||||
|
||||
{ pkgs, ... }: {
|
||||
boot = {
|
||||
growPartition = true;
|
||||
kernelParams = [
|
||||
|
|
|
|||
|
|
@ -134,7 +134,6 @@ in
|
|||
http = {
|
||||
use_x_forwarded_for = true;
|
||||
trusted_proxies = [
|
||||
# hosts.zerotier.ipv4."baldur.zto"
|
||||
hosts.tailscale.ipv4."baldur.tsn"
|
||||
"::1"
|
||||
"127.0.0.1"
|
||||
|
|
|
|||
|
|
@ -187,7 +187,6 @@ in
|
|||
http = {
|
||||
use_x_forwarded_for = true;
|
||||
trusted_proxies = [
|
||||
# hosts.zerotier.ipv4."baldur.zto"
|
||||
hosts.tailscale.ipv4."baldur.tsn"
|
||||
"::1"
|
||||
"127.0.0.1"
|
||||
|
|
|
|||
|
|
@ -274,7 +274,6 @@ in
|
|||
http = {
|
||||
use_x_forwarded_for = true;
|
||||
trusted_proxies = [
|
||||
hosts.zerotier.ipv4."baldur.zto"
|
||||
hosts.tailscale.ipv4."baldur.tsn"
|
||||
"::1"
|
||||
"127.0.0.1"
|
||||
|
|
|
|||
|
|
@ -173,7 +173,6 @@ in
|
|||
http = {
|
||||
use_x_forwarded_for = true;
|
||||
trusted_proxies = [
|
||||
hosts.zerotier.ipv4."baldur.zto"
|
||||
hosts.tailscale.ipv4."baldur.tsn"
|
||||
"::1"
|
||||
"127.0.0.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue