diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 0764615..b0fea6c 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -171,7 +171,7 @@ # SSH Server, maybe enable at some point services.openssh = { - enable = false; + enable = true; # Forbid root login through SSH. settings.PermitRootLogin = "no"; # Use keys only. Remove if you want to SSH using password (not recommended)