diff --git a/nixos/profiles/default.nix b/nixos/profiles/default.nix index 58f2316..d5fe8e9 100644 --- a/nixos/profiles/default.nix +++ b/nixos/profiles/default.nix @@ -29,7 +29,7 @@ services.udev.enable = true; services.openssh.enable = true; - services.openssh.passwordAuthentication = false; + services.openssh.settings.PasswordAuthentication = false; system.stateVersion = "23.05";