nixos-anywhere-bare/config/ssh.nix
2024-04-10 19:47:45 +02:00

5 lines
105 B
Nix

{...}: {
services.openssh.enable = true;
services.openssh.settings.PasswordAuthentication = false;
}