Add SSH key for znapzend

This commit is contained in:
coolneng 2021-04-06 15:09:54 +02:00
parent 4b105b0517
commit 1b2f799d77
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@
shell = "${pkgs.fish}/bin/fish";
openssh.authorizedKeys.keys = [''
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINNmNckWBxa2fQkUjWLHgQd32C272yB+f9kTcnooszd5 coolneng@panacea
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICo/y05fFCh8VkDN40cgTR5ZqcbxWvzp0+OzaGIn6vEQ root@unit
''];
};