pinwheel: Add work-vpn in work module (openvpn)
This commit is contained in:
@@ -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 ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user