diff options
author | Alan Pearce | 2024-05-12 08:41:45 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-12 08:41:45 +0200 |
commit | fe5cdaece69cc82899ad6f1340c1a63aafec002a (patch) | |
tree | 48b8af4d02d02a1918f36211523c51683708a029 | |
parent | 5be1d346179f1123a2054986c2ddb35a75d4ea4d (diff) | |
download | nixfiles-fe5cdaece69cc82899ad6f1340c1a63aafec002a.tar.lz nixfiles-fe5cdaece69cc82899ad6f1340c1a63aafec002a.tar.zst nixfiles-fe5cdaece69cc82899ad6f1340c1a63aafec002a.zip |
linde: add key for nix remote user on mba
-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 6e6067bb..bbcf0b0f 100644 --- a/system/linde.nix +++ b/system/linde.nix @@ -283,6 +283,7 @@ in createHome = true; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBxa7lxDu0M4chats/VvpFzjT3ruexKa3J9UC6ASo3bN root@NanoPi.lan" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBmDSZnUzIPQowLrKSa24eSb1WFQe7yPjTcDPPe3UY0Q nix@mba" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE9of82WBHK8nr8L9RGeieLMfcAWaFCeCkmvYHM9LCuT nanopi" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIy9jFioBvV0JA0lc+De2N+vDOABGHgCECW6vkD33CE4 sourcehut" ]; |