🚀 add ssh module
This commit is contained in:
parent
5c0752b891
commit
4b08e874b7
5 changed files with 65 additions and 3 deletions
|
|
@ -11,10 +11,11 @@ let
|
|||
all = users ++ hosts;
|
||||
in
|
||||
{
|
||||
"github.age".publicKeys = all;
|
||||
"home-vpn-password.age".publicKeys = all;
|
||||
"home-vpn.age".publicKeys = all;
|
||||
"nordvpn.age".publicKeys = all;
|
||||
"spotifyd.age".publicKeys = all;
|
||||
"home-vpn.age".publicKeys = all;
|
||||
"home-vpn-password.age".publicKeys = all;
|
||||
"github.age".publicKeys = all;
|
||||
"ssh-home.age".publicKeys = all;
|
||||
"uni-vpn.age".publicKeys = all;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue