mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 14:50:40 +02:00
fix: typo
This commit is contained in:
parent
cff8867bad
commit
0537f69d5e
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ in
|
|||
server_host = [ "0.0.0.0" ];
|
||||
server_port = 8123;
|
||||
use_x_forwarded_for = true;
|
||||
trusted_proxies = [ globals.wireguard.proxy-home.hosts.nodes.ward-web-proxy.ipv4 ];
|
||||
trusted_proxies = [ globals.wireguard.proxy-home.hosts.ward-web-proxy.ipv4 ];
|
||||
};
|
||||
|
||||
zha.zigpy_config.source_routing = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue