🔐 epicurus: authorizedKeys

This commit is contained in:
2023-06-08 21:52:58 -04:00
parent 5a855b7eaa
commit b3df0ce73b
2 changed files with 40 additions and 18 deletions

View File

@ -20,4 +20,8 @@
services.nix-daemon.enable = true;
services.lorri.enable = true;
users.users.walkah.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ0mE4MyMnfd1b2nlBJT7kpZ6Vov+ILuGNfzdp5ZBNQe walkah@walkah.net"
];
}