From 2072296ae5e3d1b5700eee0eb044c75ffeed15c8 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Thu, 4 May 2023 09:59:13 -0500 Subject: [PATCH] unstable syntax --- hosts/algiz/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/algiz/configuration.nix b/hosts/algiz/configuration.nix index 5a49d90..513580f 100644 --- a/hosts/algiz/configuration.nix +++ b/hosts/algiz/configuration.nix @@ -106,7 +106,7 @@ # Enable the OpenSSH daemon. services.openssh = { enable = true; - passwordAuthentication = false; + settings.passwordAuthentication = false; }; users.mutableUsers = false;