mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-17 13:49:39 +02:00
8 lines
209 B
Nix
8 lines
209 B
Nix
{username, ...}: {
|
|
# Public Keys that can be used to login to all my servers.
|
|
users.users.${username}.openssh.authorizedKeys.keys = [
|
|
# TODO update keys here
|
|
"ssh-ed25519 xxx ryan@romantic"
|
|
];
|
|
}
|