diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/ahmed/ssh.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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"] (_: { |