dot

NixOS dotfiles
git clone https://git.echoz.io/dot.git
Log | Files | Refs

commit e48a83eb1a45c113c851037056caf55345a8c277
parent 74e55b769fea4c1bfd308a3b3a257dee1c28076c
Author: Chris <chris@echoz.io>
Date:   Fri, 28 Aug 2026 07:28:25 +0200

feat(tp): add new wireguard peer public key

Diffstat:
Mhosts/tp/default.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hosts/tp/default.nix b/hosts/tp/default.nix @@ -33,7 +33,7 @@ interface-name = "wg0"; }; - "wireguard-peer.kKa4US8qJoU0KSIsZzQNlSYGZhbuy2Yl1HVZDiGbs1U=" = { + "wireguard-peer.IvYCJl1Q5ThEngtsaOY98oXDbXnUdruq+JYV+4fFnjo=" = { endpoint = "81.167.91.47:51820"; presistent-keepalive = 25; allowed-ips = "0.0.0.0/0";