diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2023-06-04 10:31:42 -0400 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2023-06-04 10:31:42 -0400 |
commit | 8a3ede0d9c002a0129fe3d32059e9a05d41f274d (patch) | |
tree | 4371708948766a833f312fefd5fd3164986abf76 /modules | |
parent | 40f2049fa58e5f597bcf61cbf9a0345305df8491 (diff) |
Updates
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 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; }; |