From c044a186b37c1a68d4fe385c0ae521c57783d1e3 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sun, 3 Dec 2023 20:22:05 -0800 Subject: [PATCH] updated config --- configuration.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 7d690d6..17eedd2 100644 --- a/configuration.nix +++ b/configuration.nix @@ -134,7 +134,14 @@ promptInit = "neofetch"; }; - services.openssh.enable = true; + services.openssh = { + enable = true; + settings = { + PasswordAuthentication = false; + KbdInteractiveAuthentication = false; + PermitRootLogin = "yes"; + }; + }; ####### TOR ####### services.tor = {