From 5930da6bdfee3c475d13f39b38ddf4d8975c9835 Mon Sep 17 00:00:00 2001 From: Rouven Seifert Date: Mon, 6 May 2024 11:13:49 +0200 Subject: [PATCH] ssh: fix type --- modules/core/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/base.nix b/modules/core/base.nix index b3f19c0..5f4e7b7 100755 --- a/modules/core/base.nix +++ b/modules/core/base.nix @@ -33,7 +33,7 @@ enable = true; settings = { PermitRootLogin = "yes"; - PasswordAuthentication = "no"; + PasswordAuthentication = false; }; }; programs.mosh.enable = true;