summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2023-06-04 10:31:42 -0400
committerKjetil Orbekk <kj@orbekk.com>2023-06-04 10:31:42 -0400
commit8a3ede0d9c002a0129fe3d32059e9a05d41f274d (patch)
tree4371708948766a833f312fefd5fd3164986abf76 /modules
parent40f2049fa58e5f597bcf61cbf9a0345305df8491 (diff)
Updates
Diffstat (limited to 'modules')
-rw-r--r--modules/common.nix2
1 files changed, 1 insertions, 1 deletions
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;
};