mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-27 03:11:04 +01: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"
|
|
];
|
|
}
|