Remove thinkstation

This commit is contained in:
Filippo Berto 2025-07-24 13:00:17 +02:00
parent 6f9ba6989b
commit 358c667037
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
6 changed files with 2 additions and 336 deletions

View file

@ -17,7 +17,6 @@ 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
@ -45,8 +44,8 @@ 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 thinkstation ];
"minio_tiziano.age".publicKeys = devUsers ++ [ tiziano_odin ] ++ [ odin thinkstation ];
"minio_bertof.age".publicKeys = devUsers ++ [ sif thor odin heimdall ];
"minio_tiziano.age".publicKeys = devUsers ++ [ tiziano_odin ] ++ [ odin ];
"ollama.age".publicKeys = devUsers ++ [ sif thor ];
"heimdall-gitlab-runner-nix.age".publicKeys = devUsers ++ [ heimdall ];
"heimdall-gitlab-runner-docker-images.age".publicKeys = devUsers ++ [ heimdall ];