Rekeying
This commit is contained in:
parent
922e48d87e
commit
965cc8a7e8
18 changed files with 339 additions and 339 deletions
|
|
@ -2,6 +2,7 @@ let
|
|||
bertof_odin = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC3W3Btk1qtLHU69aFwseDuKU6PJMA+NxVXJXiRNhDce bertof@odin";
|
||||
bertof_thor = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKT+D5QE4TkgoKw5IvSYpvnvIIRM87RBePHce1Aaz3xJ bertof@thor";
|
||||
bertof_sif = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFWnGoScIwOUQurZx8j0Y18nxdUJ3/gNyP5vleKkS/00 bertof@sif";
|
||||
tiziano_odin = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICOx4YZo0tC6mM8gAJ0Qm6Kn7tF7lvCVyrTyYKmos5RV tiziano@odin";
|
||||
|
||||
devUsers = [
|
||||
bertof_sif
|
||||
|
|
@ -44,6 +45,6 @@ in
|
|||
"thor_wg_priv.age".publicKeys = devUsers ++ [ thor ];
|
||||
"wg_psk.age".publicKeys = devUsers ++ systems;
|
||||
"minio_bertof.age".publicKeys = devUsers ++ [ sif thor odin ];
|
||||
"minio_tiziano.age".publicKeys = devUsers ++ [ sif thor odin ];
|
||||
"minio_tiziano.age".publicKeys = devUsers ++ [ tiziano_odin ] ++ [ odin ];
|
||||
"ollama.age".publicKeys = devUsers ++ [ sif thor ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue