nixos-anywhere-bare/config/ssh.nix

5 lines
105 B
Nix
Raw Permalink Normal View History

2024-04-10 19:47:45 +02:00
{...}: {
services.openssh.enable = true;
services.openssh.settings.PasswordAuthentication = false;
}