fixup! fix: Add rclone secrets to baldur

This commit is contained in:
Filippo Berto 2025-09-25 19:54:13 +02:00
parent d7c6297068
commit 03ce19bbcf
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
25 changed files with 365 additions and 378 deletions

View file

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