Retroarch
This commit is contained in:
parent
f7c8f3dca5
commit
9d5d53c000
18 changed files with 342 additions and 347 deletions
|
|
@ -17,6 +17,7 @@ let
|
|||
odin = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP8bfOYmFN+KRjnAOdt9IazGeaRKm5tvGyblHD7MUhtr";
|
||||
sif = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPp/yFYCxhTVlNL3jWaJv9Z7d2RepW7l9Ze966AVibQJ root@sif";
|
||||
thor = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJbMiGx/QZ/RKgad3UNyEzgLfqRU0zBo8n0AU3s244Zw";
|
||||
thinkstation = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG5yw/18sxIsKODT40ItJOYJzEXHsKh6BBsiDvkNUbfL root@thinkstation";
|
||||
|
||||
systems = [
|
||||
baldur
|
||||
|
|
@ -44,7 +45,7 @@ in
|
|||
"spotify_password.age".publicKeys = devUsers ++ systems;
|
||||
"thor_wg_priv.age".publicKeys = devUsers ++ [ thor ];
|
||||
"wg_psk.age".publicKeys = devUsers ++ systems;
|
||||
"minio_bertof.age".publicKeys = devUsers ++ [ sif thor odin heimdall ];
|
||||
"minio_bertof.age".publicKeys = devUsers ++ [ sif thor odin heimdall thinkstation ];
|
||||
"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