diff options
author | Alan Pearce | 2024-05-11 18:01:03 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-11 18:01:03 +0200 |
commit | d4bc86ffc6ca3f83583eb3c7165123a10abdfb2f (patch) | |
tree | 71d6b11b08da41db56caa09c3e67ebff5d419a49 /system | |
parent | 0854f2046fd1ba136a0ed82650a9d43b4bb3abee (diff) | |
download | nixfiles-d4bc86ffc6ca3f83583eb3c7165123a10abdfb2f.tar.lz nixfiles-d4bc86ffc6ca3f83583eb3c7165123a10abdfb2f.tar.zst nixfiles-d4bc86ffc6ca3f83583eb3c7165123a10abdfb2f.zip |
linde: add key for sourcehut
Diffstat (limited to 'system')
-rw-r--r-- | system/linde.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/linde.nix b/system/linde.nix index 7afdca9c..bf79f3cd 100644 --- a/system/linde.nix +++ b/system/linde.nix @@ -272,6 +272,7 @@ in openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBxa7lxDu0M4chats/VvpFzjT3ruexKa3J9UC6ASo3bN root@NanoPi.lan" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE9of82WBHK8nr8L9RGeieLMfcAWaFCeCkmvYHM9LCuT nanopi" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIy9jFioBvV0JA0lc+De2N+vDOABGHgCECW6vkD33CE4 sourcehut" ]; }; |