infrastructure/machines/web-01/ssh.nix
2023-05-17 01:11:16 +02:00

7 lines
96 B
Nix

{ ... }:
{
services.openssh = {
passwordAuthentication = false;
enable = true;
};
}