From 985aff90d317c33f66d85ef850bf6e3b42e618b8 Mon Sep 17 00:00:00 2001 From: Alexander Tomokhov Date: Thu, 23 Nov 2023 11:08:59 +0400 Subject: [PATCH] disable ssh passwordAuthentication by default --- variables-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables-module.nix b/variables-module.nix index 0a7762a..acdb77c 100644 --- a/variables-module.nix +++ b/variables-module.nix @@ -176,7 +176,7 @@ with lib; description = '' Password authentication for SSH ''; - default = true; + default = false; type = types.nullOr types.bool; }; };