Files
nixconf/modules/sys/rc/openssh.nix
T
2026-06-01 18:15:26 -06:00

6 lines
94 B
Nix

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