🚀 add ssh module

This commit is contained in:
Moritz Böhme 2022-11-03 21:03:36 +01:00
parent 5c0752b891
commit 4b08e874b7
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
5 changed files with 65 additions and 3 deletions

View file

@ -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;
}