From 8a3ede0d9c002a0129fe3d32059e9a05d41f274d Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sun, 4 Jun 2023 10:31:42 -0400 Subject: Updates --- modules/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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; }; -- cgit v1.2.3