diff options
-rw-r--r-- | default.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/default.nix b/default.nix index 939302a..3b0c83d 100644 --- a/default.nix +++ b/default.nix @@ -34,10 +34,6 @@ in { enable = true; withUtempter = true; }; - services.openssh = { - enable = true; - passwordAuthentication = false; - }; }; } // { dev = buildOS { |