update: Decommission SIF
This commit is contained in:
parent
2777e9bcfe
commit
afc1cf976d
23 changed files with 340 additions and 410 deletions
|
|
@ -1,11 +1,9 @@
|
|||
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
|
||||
bertof_thor
|
||||
bertof_odin
|
||||
];
|
||||
|
|
@ -15,13 +13,11 @@ let
|
|||
heimdall = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOVemv80ODRlyufKVGJYJLNRogY9GcAXEqHr16FaYJ8I root@heimdal";
|
||||
loki = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICeomEH/27XFlOjQ/GTO2mo8qPMHTbzLIsX0dloxXfhb";
|
||||
odin = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP8bfOYmFN+KRjnAOdt9IazGeaRKm5tvGyblHD7MUhtr";
|
||||
sif = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPp/yFYCxhTVlNL3jWaJv9Z7d2RepW7l9Ze966AVibQJ root@sif";
|
||||
thor = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJbMiGx/QZ/RKgad3UNyEzgLfqRU0zBo8n0AU3s244Zw";
|
||||
|
||||
systems = [
|
||||
baldur
|
||||
freya
|
||||
sif
|
||||
heimdall
|
||||
loki
|
||||
odin
|
||||
|
|
@ -44,9 +40,9 @@ in
|
|||
"spotify_password.age".publicKeys = devUsers ++ systems;
|
||||
"thor_wg_priv.age".publicKeys = devUsers ++ [ thor ];
|
||||
"wg_psk.age".publicKeys = devUsers ++ systems;
|
||||
"rclone_bertof.age".publicKeys = devUsers ++ [ sif thor odin heimdall ];
|
||||
"rclone_bertof.age".publicKeys = devUsers ++ [ thor odin heimdall ];
|
||||
"rclone_tiziano.age".publicKeys = devUsers ++ [ tiziano_odin ] ++ [ odin ];
|
||||
"ollama.age".publicKeys = devUsers ++ [ sif thor ];
|
||||
"ollama.age".publicKeys = devUsers ++ [ thor ];
|
||||
"heimdall-gitlab-runner-nix.age".publicKeys = devUsers ++ [ heimdall ];
|
||||
"heimdall-gitlab-runner-docker-images.age".publicKeys = devUsers ++ [ heimdall ];
|
||||
"heimdall-gitlab-runner-default.age".publicKeys = devUsers ++ [ heimdall ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue