From 64d01718eeaa07af74d7f223e89ca92321b705f4 Mon Sep 17 00:00:00 2001 From: hodasemi Date: Tue, 20 May 2025 14:25:56 +0200 Subject: [PATCH] Remove openssh conf --- shared/ssh.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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