feat(jeeves): wireguard
Add separate module for `wireguard` Rekey `jeeves_password` (use all `users`' keys) Add secrets related to Wireguard: server public/private, cheetah public Add a `.gitignore` for the private `limonka_age` key
This commit is contained in:
parent
31d4b9561e
commit
4f5af36bc6
11 changed files with 148 additions and 32 deletions
|
@ -22,5 +22,8 @@ let
|
|||
in
|
||||
{
|
||||
"home/wifi.env.age".publicKeys = users ++ systems;
|
||||
"home/jeeves_password.age".publicKeys = [ limonka_age jeeves_system ];
|
||||
"home/jeeves_password.age".publicKeys = users ++ [ jeeves_system ];
|
||||
"home/wireguard/server_private.age".publicKeys = users ++ [ jeeves_system ];
|
||||
"home/wireguard/server_public.age".publicKeys = users ++ [ jeeves_system ];
|
||||
"home/wireguard/cheetah.pub.age".publicKeys = users ++ [ jeeves_system ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue