wireguard: add Turtle

This commit is contained in:
Felix Albrigtsen 2025-05-16 01:23:42 +02:00
parent bca8a78af9
commit 9d86516046
2 changed files with 12 additions and 0 deletions

View File

@ -56,6 +56,12 @@ in {
"10.100.0.7/32" "10.100.0.7/32"
]; ];
} }
{ # Turtle
publicKey = "mDzAtRPv+O5TDHa9DGodF/KKuFXRBYwSqfPyeWfdfRI=";
allowedIPs = [
"10.100.0.8/32"
];
}
]; ];
}; };
}; };

View File

@ -62,6 +62,12 @@ in {
"10.100.0.7/32" "10.100.0.7/32"
]; ];
} }
{ # Turtle
publicKey = "mDzAtRPv+O5TDHa9DGodF/KKuFXRBYwSqfPyeWfdfRI=";
allowedIPs = [
"10.100.0.8/32"
];
}
]; ];
}; };
}; };