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 = {