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