diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2023-06-04 10:31:42 -0400 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2023-06-04 10:31:42 -0400 |
commit | 8a3ede0d9c002a0129fe3d32059e9a05d41f274d (patch) | |
tree | 4371708948766a833f312fefd5fd3164986abf76 /machines/dragon.nix | |
parent | 40f2049fa58e5f597bcf61cbf9a0345305df8491 (diff) |
Updates
Diffstat (limited to 'machines/dragon.nix')
-rw-r--r-- | machines/dragon.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/dragon.nix b/machines/dragon.nix index a97199d..ca43995 100644 --- a/machines/dragon.nix +++ b/machines/dragon.nix @@ -98,7 +98,7 @@ in { security.pam.services.sshd.unixAuth = lib.mkForce true; services.openssh = { enable = lib.mkDefault true; - passwordAuthentication = false; + settings.PasswordAuthentication = false; extraConfig = '' Match User readonly PasswordAuthentication yes |