7 lines
129 B
Nix
7 lines
129 B
Nix
{
|
|
services.openssh = {
|
|
enable = true;
|
|
passwordAuthentication = false;
|
|
kbdInteractiveAuthentication = false;
|
|
};
|
|
}
|