feat(secrets): adding the new secrets
This commit is contained in:
parent
9cf6067e95
commit
8861e0c9f3
5 changed files with 9 additions and 13 deletions
|
|
@ -1,10 +1,10 @@
|
|||
let
|
||||
main-server = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFEEuBgdANmzr69bapLdSxu6gnsLHGUQUBatS2dQsdOU root@nixos";
|
||||
main-server = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPgMdbjhUzi2VMEVNS/YHOwl9XgCsUKI6316b6gUS9ub root@nixos";
|
||||
systems = [
|
||||
main-server
|
||||
];
|
||||
|
||||
root = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKQRq2M+a40lucGpjiWsWnjeUfA0ihzdtqyDbKznawAg root@nixos-server";
|
||||
root = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBr42DzbasU7IjbujPC76Ngp8S3zlhDmMTHjjdl26GuW root@nixos-server";
|
||||
users = [
|
||||
root
|
||||
];
|
||||
|
|
@ -12,9 +12,5 @@ in
|
|||
{
|
||||
"mailjet-user.age".publicKeys = users ++ systems;
|
||||
"mailjet-pass.age".publicKeys = users ++ systems;
|
||||
"authentik-env.age".publicKeys = users ++ systems;
|
||||
"auth-nextcloud-id.age".publicKeys = users ++ systems;
|
||||
"auth-nextcloud-secret.age".publicKeys = users ++ systems;
|
||||
"auth-grafana-id.age".publicKeys = users ++ systems;
|
||||
"auth-grafana-secret.age".publicKeys = users ++ systems;
|
||||
"kandim-admin.age".publicKeys = users ++ systems;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue