hackens-org-configurations/machines/rigel/ssh.nix
2024-09-24 13:42:57 +02:00

5 lines
106 B
Nix

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