From 6e2130c9867bffa26d7ca3f4db90b5a7c98c16b7 Mon Sep 17 00:00:00 2001 From: chase Date: Tue, 3 Jun 2025 04:48:25 -0400 Subject: [PATCH] typo --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 7c2662e..f0c1be1 100644 --- a/configuration.nix +++ b/configuration.nix @@ -246,7 +246,7 @@ services.openssh = { enable = true; settings = { - PermitRootLogin = false; + PermitRootLogin = "no"; PasswordAuthentication = false; KbdInteractiveAuthentication = false; };