admins: add julien's key

This commit is contained in:
Julien Malka 2024-02-09 11:42:06 +01:00
parent 3e2ad4848c
commit e0f1dbc89e
No known key found for this signature in database
GPG Key ID: 6FC74C847011FD83

View File

@ -13,5 +13,6 @@ module "wiki" {
source = "../../modules/admins"
ssh_keys = {
mic92 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKbBp2dH2X3dcU1zh+xW3ZsdYROKpJd3n13ssOP092qE joerg@turingmachine"
julien = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDMBW7rTtfZL9wtrpCVgariKdpN60/VeAzXkh9w3MwbO julien@enigma"
}
}