hackens-org-configurations/machines/rigel/ssh.nix

5 lines
104 B
Nix
Raw Normal View History

2024-03-08 17:04:42 +01:00
{...}: {
services.openssh.enable = true;
services.openssh.settings.PasswordAuthentication = true;
}