8 lines
171 B
Nix
8 lines
171 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
home.file.".ssh/authorized_keys".text = ''
|
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEhhbuolStslBp3xFjRySJs+m84YbtTP6eWJeYW3qI4X odweta@endgame
|
|
'';
|
|
}
|