Thor: wg-quick and simpler key deployment

This commit is contained in:
Filippo Berto 2023-08-01 11:06:56 +02:00
parent 33b3defff9
commit 0545a08a43
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
18 changed files with 125 additions and 92 deletions

View file

@ -24,8 +24,8 @@ in
"garage_tiziano_baldur_key.age".publicKeys = devUsers ++ [ baldur ];
"garage_tiziano_loki_key.age".publicKeys = devUsers ++ [ loki ];
"baldur_wg_priv.age".publicKeys = devUsers ++ systems;
"odin_wg_priv.age".publicKeys = devUsers ++ systems;
"odin_wg_priv.age".publicKeys = devUsers ++ [ odin ];
"oppo_wg_priv.age".publicKeys = devUsers ++ systems;
"thor_wg_priv.age".publicKeys = devUsers ++ systems;
"thor_wg_priv.age".publicKeys = devUsers ++ [ thor ];
"wg_psk.age".publicKeys = devUsers ++ systems;
}