dotfiles/.config/nixos/shared/ssh-keys.nix
2025-01-08 22:11:59 +08:00

12 lines
No EOL
122 B
Nix

{
personal = {
y2022 = "";
};
rp_ssh_keys = {
gildedguy = "";
};
recaptime-dev = {
tbd = "";
};
}