From 20a6ad3be114df4f4e562f6694917e57dda21981 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Tue, 25 Jul 2023 10:59:35 -0500 Subject: [PATCH] more wip --- 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 a8ce3f5..22c1282 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.settings.PasswordAuthentication = false; users.mutableUsers = false;