add laura vpn clinet
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Vivian 2022-07-29 21:43:49 +02:00
parent bf21b3b7c8
commit 1461f863bd
5 changed files with 19 additions and 7 deletions

View file

@ -45,6 +45,11 @@ let vs = config.vault-secrets.secrets; in
publicKey = "K+99mvSYs4urcclreQDLA1pekD4xtu/mpS2uVWw8Bws=";
allowedIPs = [ "10.100.0.2/32" ];
}
{
# Laura's laptop
publicKey = "ZWIaDGrASlTkEK75j10VeGCvrIGfpk4GPobmqcYX2D0=";
allowedIPs = [ "10.100.0.3/32" ];
}
];
};
}