about summary refs log tree commit diff stats
path: root/secrets/secrets.nix
blob: 4d5effe960712c159f7a60e024a3f8ab8d074e1b (plain) (blame)
1
2
3
4
5
6
7
8
let
  soispha = "age1mshh4ynzhhzhff25tqwkg4j054g3xwrfznh98ycchludj9wjj48qn2uffn";

  tiamat = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMD87QQIUXdEv3TaNRrI9clD9VgpsuVLFg2CrNGa5lVB";
in {
  "nheko".publicKeys = [soispha tiamat];
}
# vim: ts=2