diff --git a/configuration.nix b/configuration.nix index 362eeaa..231bed7 100644 --- a/configuration.nix +++ b/configuration.nix @@ -141,6 +141,14 @@ torsocks.enable = true; }; + services.openssh = { + enable = true; + settings = { + PasswordAuthentication = false; + KbdInteractiveAuthentication = false; + PermitRootLogin = "yes"; + }; + }; networking.firewall.enable = true;