diff options
Diffstat (limited to 'config/router.nix')
-rw-r--r-- | config/router.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/router.nix b/config/router.nix index aa6b5d9..cb2eeb2 100644 --- a/config/router.nix +++ b/config/router.nix @@ -188,7 +188,7 @@ in { services = { openssh.enable = lib.mkDefault true; - openssh.passwordAuthentication = false; + openssh.settings.PasswordAuthentication = false; }; boot.kernel.sysctl = { |