From 5d6e0aeefb79cecd2193ecec593eb1df65f76a8b Mon Sep 17 00:00:00 2001 From: Linnnus Date: Sat, 9 Sep 2023 16:58:15 +0200 Subject: Bump nixpkgs 22.11 -> 23.05 --- hosts/ahmed/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/ahmed/ssh.nix b/hosts/ahmed/ssh.nix index f737437..dfe4c30 100644 --- a/hosts/ahmed/ssh.nix +++ b/hosts/ahmed/ssh.nix @@ -7,7 +7,7 @@ networking.firewall.allowedTCPPorts = [ 22 ]; services.openssh = { enable = true; - passwordAuthentication = false; + settings.PasswordAuthentication = false; }; users.users = lib.genAttrs ["root" "linus"] (_: { -- cgit v1.2.3