2021-05-13 10:35:23 -07:00
|
|
|
let
|
|
|
|
# set ssh public keys here for your system and user
|
2022-10-05 12:02:28 +02:00
|
|
|
teutat3s = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHcU6KPy4b1MQXd6EJhcYwbJu7E+0IrBZF/IP6T7gbMf teutat3s@dumpyourvms";
|
2022-11-27 21:56:40 +01:00
|
|
|
flora-6 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGP1InpTBN4AlF/4V8HHumAMLJzeO8DpzjUv9Co/+J09 root@pub-solar-infra-vm-1";
|
2023-01-28 23:51:33 +01:00
|
|
|
allKeys = [flora-6 teutat3s];
|
|
|
|
deployKeys = [flora-6 teutat3s];
|
|
|
|
in {
|
2022-10-05 12:02:28 +02:00
|
|
|
"gitea-database-password.age".publicKeys = deployKeys;
|
|
|
|
"gitea-mailer-password.age".publicKeys = deployKeys;
|
|
|
|
"keycloak-database-password.age".publicKeys = deployKeys;
|
2023-01-28 21:26:13 +01:00
|
|
|
"drone-secrets.age".publicKeys = deployKeys;
|
|
|
|
"drone-db-secrets.age".publicKeys = deployKeys;
|
2021-05-13 10:35:23 -07:00
|
|
|
}
|