From 5e2e2ab29ba68fea0aa86766aa2fbaadda4bbea4 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Fri, 6 Feb 2026 20:04:34 -0600 Subject: [PATCH] ill kick a baby --- modules/services/wireguard.nix | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/modules/services/wireguard.nix b/modules/services/wireguard.nix index 508b8d0..aba70ac 100644 --- a/modules/services/wireguard.nix +++ b/modules/services/wireguard.nix @@ -27,6 +27,14 @@ in publicKey = "OUiqluRaS4hmGvLJ3csQrnIM3Zzet50gsqtTABaUkH4="; allowedIPs = [ "${config.my.ips.wg-server}/32" ]; } + { + publicKey = "BwN4uCkMd6eAS5Ugld0oXnA16IhgEEQF8mOJ3+vHliA="; + allowedIPs = [ "${config.my.ips.wg-galaxy}/32" ]; + } + { + publicKey = "R1xUFOuboQf/yy8ShiXqoCPaPcH3Cn0n4PAWB2rgHTs="; + allowedIPs = [ "${config.my.ips.wg-phone}/32" ]; + } { publicKey = "rFgT6TXzRazK6GMazMNGjtOvzAAPST0LvCfN7QXsLho="; allowedIPs = [ "${config.my.ips.wg-friend1}/32" ]; @@ -47,18 +55,14 @@ in publicKey = "u4/6ZYO7lUJZ9QmSlFPUaadq25gwDljjhsfgs/p2amc="; allowedIPs = [ "${config.my.ips.wg-friend5}/32" ]; } + { + publicKey = "GawtOvsZ75avelIri5CjGoPXd8AFpi9qlZ6dSsqUISE="; + allowedIPs = [ "${config.my.ips.wg-guest1}/32" ]; + } { publicKey = "NvhUnErIb0/hi+Hui/o5l5Pq4ZysFVIn1VBPsjoTeCk="; allowedIPs = [ "${config.my.ips.wg-guest2}/32" ]; } - { - publicKey = "BwN4uCkMd6eAS5Ugld0oXnA16IhgEEQF8mOJ3+vHliA="; - allowedIPs = [ "${config.my.ips.wg-galaxy}/32" ]; - } - { - publicKey = "R1xUFOuboQf/yy8ShiXqoCPaPcH3Cn0n4PAWB2rgHTs="; - allowedIPs = [ "${config.my.ips.wg-phone}/32" ]; - } ]; }; };