Retroarch

This commit is contained in:
Filippo Berto 2025-05-13 12:08:42 +02:00
parent f7c8f3dca5
commit 9d5d53c000
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
18 changed files with 342 additions and 347 deletions

View file

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