enable ssh

This commit is contained in:
nora 2023-08-28 20:33:04 +02:00
parent 12eb0b02bf
commit 5b6bd9b511

View file

@ -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)