{ config, lib, pkgs, modulesPath, ... }:
{
services = {
endlessh = {
enable = true;
port = 22;
};
openssh = {
ports = [ 23 ];
settings = {
AllowUsers = [ "dev" ];
}