diff --git a/secrets.nix.example b/secrets.nix.example index 042a4f5..8cf2e56 100644 --- a/secrets.nix.example +++ b/secrets.nix.example @@ -1,9 +1,23 @@ { + wireguard_config = { + peers = { + Proxy = { + name = "Proxy"; + endpoint = ""; + publicKey = ""; + persistentKeepalive = 20; + allowedIPs = [ + "x.x.x.x/xx" + "xxxx::/xx" + ]; + }; + }; + }; aria2_config = { rpc_secret = ""; }; frp_config = { - ip = ""; + server_addr = ""; token = " frpc connection>"; }; caddy_config = { @@ -20,4 +34,5 @@ sshPublicKey = ""; }; }; + phone.sshPublicKey = ""; }