mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-26 18:58:28 +02:00
feat: security - gnupg & openssh's KDF
This commit is contained in:
7
modules/nixos/server/security.nix
Normal file
7
modules/nixos/server/security.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{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"
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user