From 88154bb4321f50012d8b3b7191a9a471b2f22133 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy <dmitriy@pleshevski.ru> Date: Wed, 19 Feb 2025 23:41:04 +0300 Subject: [PATCH] host/tatos: add new phone --- hosts/tatos/services/wireguard/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/tatos/services/wireguard/default.nix b/hosts/tatos/services/wireguard/default.nix index 55f678e..fc6aed9 100644 --- a/hosts/tatos/services/wireguard/default.nix +++ b/hosts/tatos/services/wireguard/default.nix @@ -102,6 +102,11 @@ in publicKey = "dF5YEeK1nw2V4GNLwg67M+r8NMA315KpueQMk+ZFO1M="; allowedIPs = [ "10.20.30.8/32" ]; } + # Phone 4 b + { + publicKey = "UsQQ6sjpItEktbNl8fMwDwa/gFUKwPtI1tSiOkrF2hU="; + allowedIPs = [ "10.20.30.9/32" ]; + } ]; }; };