1
0
Fork 0
dotfiles/system/nixos/ssh.nix

8 lines
129 B
Nix

{
services.openssh = {
enable = true;
passwordAuthentication = false;
kbdInteractiveAuthentication = false;
};
}