diff --git a/shared/ssh.nix b/shared/ssh.nix index 558bf69..c283871 100644 --- a/shared/ssh.nix +++ b/shared/ssh.nix @@ -6,12 +6,12 @@ # port = 22; # }; - openssh = { - enable = true; - ports = [ 22 23 ]; - # settings = { - # AllowUsers = [ "dev" ]; - # }; - }; + # openssh = { + # enable = true; + # ports = [ 22 23 ]; + # # settings = { + # # AllowUsers = [ "dev" ]; + # # }; + # }; }; } \ No newline at end of file