diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2023-08-13 13:47:55 -0400 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2023-08-13 13:47:55 -0400 |
commit | 9fdc5b41c5f532ca9210c4ee0bf8f528bd7c0590 (patch) | |
tree | 08e41f6df3d869aa4ac6646f0c0bea947a1f8aa4 /modules | |
parent | 47942efb24451d7eec7fc1585de7fbe9608e6484 (diff) |
Update and fix config warnings
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 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; }; |