From d4c0ac7eeeea7f373d70b5220186238a11373b10 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Thu, 4 May 2023 12:28:54 -0500 Subject: [PATCH] not sure what happened --- 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 ccca779..3adebee 100644 --- a/hosts/algiz/configuration.nix +++ b/hosts/algiz/configuration.nix @@ -116,7 +116,7 @@ # Enable the OpenSSH daemon. services.openssh.enable = true; - services.openssh.settings.passwordAuthentication = false; + services.openssh.passwordAuthentication = false; users.mutableUsers = false;