nixos-server-conf/shared/ssh.nix
2025-05-20 14:25:56 +02:00

17 lines
No EOL
348 B
Nix

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