pinwheel: Add work-vpn in work module (openvpn)

This commit is contained in:
Alexander Heldt
2023-09-30 18:09:08 +02:00
parent ff473fa392
commit 79f694d064
6 changed files with 71 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
age-encryption.org/v1
-> ssh-ed25519 vxPbZg 7KS4VEUkTfMmn+qf5oGnQrnlnBfPcJp4i/tOtQOM5zc
R5DuA9UnMItrqtHG2rNfCC5/BoPkdxQq3OmIgRMjvGM
-> ssh-ed25519 ek+b7Q w6PYfDR2dpqLknYvbC7umnK2eXQzk36scvPQctSIZz8
rvbgLNqkzfpgBAEZa5XZ0jtxJxsRObAyJyw4vnIYJAw
-> WukD86"4-grease gm HHH), >.i ~bi
yV7GpsEhncUjuoMD56M5Wg2qkdPOVewQpHRoIrV68g
--- 3drQ0pMsHbSMSA8tnTs3muN122ZYgN5JDzoz3tRymJQ
<EFBFBD>#<23><>)<29>`<60>Cm<43>7<EFBFBD> <0B>ps <0C><><EFBFBD><EFBFBD><EFBFBD> ><3E><>*<2A>e<EFBFBD><65><EFBFBD><EFBFBD>Mޡ9<DEA1><39><EFBFBD><EFBFBD><EFBFBD><EFBFBD>n^<5E><><EFBFBD><EFBFBD>*6<><36>&
m<EFBFBD>{<7B><><EFBFBD>-<2D><><EFBFBD>A

Binary file not shown.

View File

@@ -1,4 +1,5 @@
let
# see `modules/age/default.nix` where these are defined
pinwheel = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMoI7Q4zT2AGXU+i8fLmzcNLdfMkEnfHYh4PmaEmo2QW root@pinwheel";
alex = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINjSFvlbdy5D59UaVWjRMyBndiAT2MtCeT+6GuemkuYe alex.pinwheel";
in {
@@ -11,4 +12,6 @@ in {
"pinwheel/alex.pinwheel-work.age".publicKeys = [ pinwheel alex ];
"pinwheel/alex.pinwheel-work.pub.age".publicKeys = [ pinwheel alex ];
"pinwheel/netrc.age".publicKeys = [ pinwheel alex ];
"pinwheel/work-ovpn.age".publicKeys = [ pinwheel alex ];
"pinwheel/work-ovpn-userpass.age".publicKeys = [ pinwheel alex ];
}