about summary refs log tree commit diff stats
path: root/secrets/secrets.nix
blob: 7540e74b40326f7fc206e7a681c5a54ffe649a5c (plain) (blame)
1
2
3
4
5
6
7
8
9
# vim: ts=2
let
  user1 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL8QLS9IonN8Rhp1yZGDBWc0UoTLH6yQuXWKctorDZNy";

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