diff options
author | Emile <git@emile.space> | 2024-06-09 00:19:52 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2024-06-09 00:19:52 +0200 |
commit | 9c12c731cee80852f4ce42089b94140f0e35a60a (patch) | |
tree | 9f230e48f535ac68d3e9bf6d777769bfa32fcc65 /nix/hosts/lampadas | |
parent | 8a9a43d10123378e3f5a0a70cdcd51de6aec7aee (diff) |
added the ios shortcuts ssh key to lampadas
Diffstat (limited to 'nix/hosts/lampadas')
-rw-r--r-- | nix/hosts/lampadas/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/hosts/lampadas/configuration.nix b/nix/hosts/lampadas/configuration.nix index 6ef4f0f..dbc3399 100644 --- a/nix/hosts/lampadas/configuration.nix +++ b/nix/hosts/lampadas/configuration.nix @@ -8,6 +8,7 @@ let emile_keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPZi43zHEsoWaQomLGaftPE5k0RqVrZyiTtGqZlpWsew emile@caladan" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEzLZ56SEgwZZ0OusTdSDDhpMlxSg1zPNdRLuxKOfrR5 emile@chusuk" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMoHWyC9r0LVk6UlkhBWAJph0F6KHYHh83EI5U9wtfq2 shortcuts@ginaz" ]; in { imports = |