5 lines
124 B
Nix
5 lines
124 B
Nix
{ ssh-keys, ... }:
|
|
{
|
|
users.users.root.openssh.authorizedKeys.keys = ssh-keys.catvayor;
|
|
home-manager.users.root = { };
|
|
}
|