From 298b91f83fd7c690d08a626602fb8923b30968fb Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Sun, 17 Sep 2023 03:23:54 +0000 Subject: [PATCH] catacomb: Fix ssh setting path --- machine/catacomb/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine/catacomb/default.nix b/machine/catacomb/default.nix index 1999676..412d15c 100644 --- a/machine/catacomb/default.nix +++ b/machine/catacomb/default.nix @@ -67,7 +67,7 @@ ]; }; - services.openssh.passwordAuthentication = true; + services.openssh.settings.PasswordAuthentication = true; services.rsyncd.enable = true;