add 2 more devices to wireguard

This commit is contained in:
Ingolf Wagner 2024-05-11 15:46:59 +02:00
commit 60422a1900
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
2 changed files with 52 additions and 0 deletions
nixos/machines/orbi

View file

@ -53,6 +53,16 @@
publicKey = "ZNnlmPdxAGYtaUvOU2V47tcEhcB06LBCXkSxIvWZL2k=";
allowedIPs = [ "10.100.0.7/32" ];
}
{
# ipad
publicKey = "E8TJTPQT0jK9vzDrwqX4fIGQtM640gc6qALVTZgmfRo=";
allowedIPs = [ "10.100.0.8/32" ];
}
{
# ipad tina
publicKey = "aOlfGT2c/4v7U7faLXyCyiCHe8iSAOedblKgbJONxnM=";
allowedIPs = [ "10.100.0.9/32" ];
}
];
};
};