about summary refs log tree commit diff
path: root/users/tazjin/keys.nix
blob: 9378d48bac7fc9befa1cc22633bb51423ace7d2a (plain) (blame)
1
2
3
4
5
6
7
# My SSH public keys
{ ... }:

rec {
  frog = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKMZzRdcrHTuCPoaFy36MPr5IW/hnImlse/OBOn6udL/ tazjin@frog";
  all = [ frog ];
}