diff --git a/systems/x86_64-linux/drivebystation-nix/default.nix b/systems/x86_64-linux/drivebystation-nix/default.nix index 75ebc26..2d140a5 100644 --- a/systems/x86_64-linux/drivebystation-nix/default.nix +++ b/systems/x86_64-linux/drivebystation-nix/default.nix @@ -107,7 +107,10 @@ in services.openssh = { enable = true; - passwordAuthentication = true; + settings.PasswordAuthentication = true; + # settings = { + # # passwordAuthentication = true; + # }; };