tailscale

This commit is contained in:
Callum Leslie 2024-09-02 15:05:48 +01:00
parent 961d41b9bf
commit c558bad713
Signed by: cleslie
GPG key ID: D382C4AFEECEAA90
15 changed files with 106 additions and 15 deletions

View file

@ -1,5 +1,7 @@
{
age.secrets."wg-conf" = {
file = ./wg-conf.age;
age.secrets = {
"wg-conf".file = ./wg-conf.age;
"mesh-conf-cleslie".file = ./mesh-conf-cleslie.age;
"mesh-conf-infra".file = ./mesh-conf-infra.age;
};
}