Add hosts file
This commit is contained in:
parent
032875eec9
commit
3b6cf23db1
4 changed files with 42 additions and 11 deletions
|
|
@ -1,4 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
let
|
||||
hosts = import ../../hosts.nix;
|
||||
in
|
||||
{
|
||||
|
||||
boot = {
|
||||
|
|
@ -277,7 +280,7 @@
|
|||
|
||||
http = {
|
||||
use_x_forwarded_for = true;
|
||||
trusted_proxies = [ "172.23.171.70" "::1" "127.0.0.1" ];
|
||||
trusted_proxies = [ hosts.zerotier.ipv4."baldur.zto" "::1" "127.0.0.1" ];
|
||||
};
|
||||
|
||||
automation = "!include automations.yaml";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue