2023-09-13 16:52:19 +02:00
|
|
|
let
|
|
|
|
niks_user = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEn27EWjZsUbvMVB4ZclriSWq8wa5bxe33pMWTlPriyQ";
|
|
|
|
chmura_user = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAGwssK9tuGPxhbcCypQjm0NBJ5JwS+iG1IIfiAkgzVH";
|
|
|
|
|
|
|
|
niks_host = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII5fzl9Nswqe4QSRmNIGaMJOYL/fDZluM1Q1VcUMTuBA";
|
|
|
|
chmura_host = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGkZ5QVexLBOnx7KPRINF0Fe9IG2oG/mYPPLw817iLXs";
|
|
|
|
|
|
|
|
niks = [ niks_user niks_host ];
|
|
|
|
chmura = [ chmura_user chmura_host ];
|
|
|
|
in {
|
2023-09-13 20:23:38 +02:00
|
|
|
"anki-user-credentials.age".publicKeys = niks ++ chmura;
|
2023-10-03 19:22:24 +02:00
|
|
|
"discord-autodelete-config.age".publicKeys = niks ++ chmura;
|
2023-11-25 17:12:09 +01:00
|
|
|
"eturnal-turn-secret.age".publicKeys = niks ++ chmura;
|
|
|
|
"firefox-syncserver-secrets.age".publicKeys = niks ++ chmura;
|
2023-09-13 16:52:19 +02:00
|
|
|
}
|