mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 18:00:33 +01:00
8 lines
203 B
Nix
8 lines
203 B
Nix
let
|
|
xqtc = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFecbWOhXR4z1wrrI5onn4SFGtu/lfsOblreuRWcbLug";
|
|
in
|
|
{
|
|
"xqtc_id_ed25519.age".publicKeys = [ xqtc ];
|
|
"xqtc_id_ed25519_pub.age".publicKeys = [ xqtc ];
|
|
}
|