From 3303a4829f9e2531bbff98f002bbc4d1ae7ad2d4 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Mon, 13 Nov 2023 17:56:59 +0530 Subject: hosts/kay: clean up --- hosts/kay/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/kay/configuration.nix') diff --git a/hosts/kay/configuration.nix b/hosts/kay/configuration.nix index 7d85efc..e215353 100644 --- a/hosts/kay/configuration.nix +++ b/hosts/kay/configuration.nix @@ -11,7 +11,7 @@ services.openssh = { enable = true; - settings = { PasswordAuthentication = false; }; + settings.PasswordAuthentication = false; }; boot.consoleLogLevel = 3; -- cgit v1.2.3