From b1e54db64c019e8debe6a7438edcb844fde34f3f Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Sat, 17 Feb 2024 11:57:59 +0100 Subject: [PATCH] Fix missing = --- modules/openssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openssh.nix b/modules/openssh.nix index 4a7b159..540b0a4 100644 --- a/modules/openssh.nix +++ b/modules/openssh.nix @@ -10,7 +10,7 @@ } ]; - settings { + settings = { PasswordAuthentication = true; }; };