diff --git a/shared/ssh.nix b/shared/ssh.nix index 489c36a..558bf69 100644 --- a/shared/ssh.nix +++ b/shared/ssh.nix @@ -1,17 +1,17 @@ { config, lib, pkgs, modulesPath, ... }: { services = { - endlessh = { - enable = true; - port = 22; - }; + # endlessh = { + # enable = true; + # port = 22; + # }; openssh = { enable = true; ports = [ 22 23 ]; - settings = { - AllowUsers = [ "dev" ]; - }; + # settings = { + # AllowUsers = [ "dev" ]; + # }; }; }; } \ No newline at end of file