summaryrefslogtreecommitdiff
path: root/modules/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/common.nix')
-rw-r--r--modules/common.nix2
1 files changed, 1 insertions, 1 deletions
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;
};