# vim: ts=2
let
  user1 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL8QLS9IonN8Rhp1yZGDBWc0UoTLH6yQuXWKctorDZNy";

  # TODO add the ssh-key of the targeted host
  system1 = "";
in {
  "nheko".publicKeys = [user1 system1];
}