10 lines
308 B
Nix
10 lines
308 B
Nix
|
let
|
||
|
geemili_aitxero = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHAVxN0eFU4VyBIQB8/Z5oiAW119xfaCfxl5K7AdfoZ7";
|
||
|
geemili = [ geemili_aitxero ];
|
||
|
|
||
|
samsehu = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIRkyyUcmLsnX0oo1QzGeyPEqIc/i4ExcZClVoERggl9";
|
||
|
in
|
||
|
{
|
||
|
"samsehu_NFSN_API_KEY".publicKeys = geemili ++ [ samesehu ];
|
||
|
}
|