From 547870aaafcafe4836557f2fc98768053af26ef2 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Wed, 15 Feb 2023 22:56:39 +0100 Subject: ssh: fix options --- config/networking.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/networking.nix b/config/networking.nix index 18f38c3..4716149 100644 --- a/config/networking.nix +++ b/config/networking.nix @@ -22,8 +22,8 @@ services.openssh = { enable = true; settings = { - permitRootLogin = "no"; - passwordAuthentication = false; + PermitRootLogin = "no"; + PasswordAuthentication = false; }; extraConfig = '' AcceptEnv PS1 -- cgit v1.2.3