lab-infra/machines/photo01/openssh.nix

8 lines
113 B
Nix

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