hackens-org-configurations/machines/rigel/ssh.nix
2024-03-08 17:04:42 +01:00

4 lines
104 B
Nix

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