diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/common.nix b/modules/common.nix index 49a2379..2397b28 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -77,7 +77,7 @@ services = { postgresql = { package = pkgs.postgresql_12; }; - openssh.passwordAuthentication = false; + openssh.settings.PasswordAuthentication = false; openssh.kbdInteractiveAuthentication = false; fwupd.enable = true; }; |