1
0
Fork 0

felixalb: Add SSH key

This commit is contained in:
Felix Albrigtsen 2023-08-17 22:07:00 +02:00
parent a230914ebd
commit 6d6987c87a
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
shell = pkgs.zsh;
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDKzPICGew7uN0cmvRmbwkwTCodTBUgEhkoftQnZuO4Q felixalbrigtsen@gmail.com"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBTXSL0w7OUcz1LzEt1T3I3K5RgyNV+MYz0x/1RbpDHQ felixalb@worf"
];
};
}