summaryrefslogtreecommitdiff
path: root/modules/common.nix
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2023-08-13 13:47:55 -0400
committerKjetil Orbekk <kj@orbekk.com>2023-08-13 13:47:55 -0400
commit9fdc5b41c5f532ca9210c4ee0bf8f528bd7c0590 (patch)
tree08e41f6df3d869aa4ac6646f0c0bea947a1f8aa4 /modules/common.nix
parent47942efb24451d7eec7fc1585de7fbe9608e6484 (diff)
Update and fix config warnings
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;
};