fixup! fix: Add rclone secrets to baldur
This commit is contained in:
parent
d7c6297068
commit
03ce19bbcf
25 changed files with 365 additions and 378 deletions
|
|
@ -1,7 +1,6 @@
|
|||
let
|
||||
bertof_odin = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC3W3Btk1qtLHU69aFwseDuKU6PJMA+NxVXJXiRNhDce bertof@odin";
|
||||
bertof_thor = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKT+D5QE4TkgoKw5IvSYpvnvIIRM87RBePHce1Aaz3xJ bertof@thor";
|
||||
tiziano_odin = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICOx4YZo0tC6mM8gAJ0Qm6Kn7tF7lvCVyrTyYKmos5RV tiziano@odin";
|
||||
|
||||
devUsers = [
|
||||
bertof_thor
|
||||
|
|
@ -41,7 +40,7 @@ in
|
|||
"thor_wg_priv.age".publicKeys = devUsers ++ [ thor ];
|
||||
"wg_psk.age".publicKeys = devUsers ++ systems;
|
||||
"rclone_bertof.age".publicKeys = devUsers ++ [ thor odin heimdall baldur ];
|
||||
"rclone_tiziano.age".publicKeys = devUsers ++ [ tiziano_odin ] ++ [ odin ];
|
||||
"rclone_tiziano.age".publicKeys = devUsers ++ [ odin ];
|
||||
"ollama.age".publicKeys = devUsers ++ [ thor ];
|
||||
"heimdall-gitlab-runner-nix.age".publicKeys = devUsers ++ [ heimdall ];
|
||||
"heimdall-gitlab-runner-docker-images.age".publicKeys = devUsers ++ [ heimdall ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue