new friend

This commit is contained in:
Danilo Reyes
2026-02-19 16:51:20 -06:00
parent 1a5476aa17
commit f312498f6e
2 changed files with 5 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ in
wg-friend3 = "10.8.0.4";
wg-friend4 = "10.8.0.5";
wg-friend5 = "10.8.0.6";
wg-friend6 = "10.8.0.7";
};
description = "Set of IP's for all my computers.";
};

View File

@@ -59,6 +59,10 @@ in
publicKey = "u4/6ZYO7lUJZ9QmSlFPUaadq25gwDljjhsfgs/p2amc=";
allowedIPs = [ "${config.my.ips.wg-friend5}/32" ];
}
{
publicKey = "WDZea+22JTKl8ZW479yDdEcsOq7x2/XODnfesHULV1Y=";
allowedIPs = [ "${config.my.ips.wg-friend6}/32" ];
}
{
publicKey = "GawtOvsZ75avelIri5CjGoPXd8AFpi9qlZ6dSsqUISE=";
allowedIPs = [ "${config.my.ips.wg-guest1}/32" ];