update wireguard client script

This commit is contained in:
Ingolf Wagner 2024-06-06 10:31:44 +02:00
commit d845e2e729
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
3 changed files with 16 additions and 19 deletions
nixos/machines/orbi

View file

@ -31,16 +31,6 @@ in
publicKey = publicKey "chungus";
allowedIPs = [ "10.100.0.2/32" ];
}
{
# iphone
publicKey = "XPVzH+wBLsqukTHHjngkGJhYN0nRdQ7esadiimMJQnI=";
allowedIPs = [ "10.100.0.4/32" ];
}
{
# tina
publicKey = "RZsuQfWfAQLMm45ZiuNLBwcpL+GEbPYTRTrASFzMCFQ=";
allowedIPs = [ "10.100.0.5/32" ];
}
{
# cream
publicKey = publicKey "cream";
@ -51,15 +41,21 @@ in
publicKey = publicKey "cherry";
allowedIPs = [ "10.100.0.7/32" ];
}
# mobil devices start with 100
{
# ipad
publicKey = "E8TJTPQT0jK9vzDrwqX4fIGQtM640gc6qALVTZgmfRo=";
allowedIPs = [ "10.100.0.8/32" ];
# iphone palo
publicKey = "ICeZLWYzF+nTffMV0+8yfW1WJsUQNhNbKQ4rRbn5hDs=";
allowedIPs = [ "10.100.0.101/32" ];
}
{
# ipad tina
publicKey = "aOlfGT2c/4v7U7faLXyCyiCHe8iSAOedblKgbJONxnM=";
allowedIPs = [ "10.100.0.9/32" ];
# ipad palo
publicKey = "wN81/4K2d5tcxqrxnjOpKw9YpAkPdp0/8cCN1B7icVo=";
allowedIPs = [ "10.100.0.102/32" ];
}
{
# iphone tina
publicKey = "8f8fYGymH3Tq8d14B2+ijMiHwocEbUIXSZji3U29IhA=";
allowedIPs = [ "10.100.0.103/32" ];
}
];
};