From 9fdc5b41c5f532ca9210c4ee0bf8f528bd7c0590 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sun, 13 Aug 2023 13:47:55 -0400 Subject: Update and fix config warnings --- modules/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/common.nix') diff --git a/modules/common.nix b/modules/common.nix index 7797613..9632112 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -79,7 +79,7 @@ services = { postgresql = { package = pkgs.postgresql_12; }; openssh.settings.PasswordAuthentication = false; - openssh.kbdInteractiveAuthentication = false; + openssh.settings.KbdInteractiveAuthentication = false; fwupd.enable = true; }; -- cgit v1.2.3