Commit 14a57e9

HPCesia <me@hpcesia.com>
2025-08-07 13:14:23
feat: update ssh authorized keys
1 parent 9c47cec
Changed files (1)
vars/default.nix
@@ -14,6 +14,7 @@
   initialHashedPassword = "$7$CU..../....xQnray7Ah6GYybfmtsxmF.$k0F/eaOC2.9gXwXp0jgMrFM.fnMtFqYi3GZFaaJGsl3";
   # Public Keys that can be used to login to all my PC and servers.
   sshAuthorizedKeys = [
+    "sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIEHQxm2Gym1C94eof7jPj56XR9a+aqCWzwri59njPFbWAAAABHNzaDo= me@hpcesia.com with PicoKey"
     "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIyxd+nyK9cnULmzXIMhE1/rIB3VMsJ6SuWV4Ha8oE0F hpcesia@kevin"
   ];
 }