Merge remote-tracking branch 'origin/main'

This commit is contained in:
2026-09-10 21:31:23 +01:00
+1 -1
View File
@@ -14,7 +14,7 @@
services.openssh = { services.openssh = {
enable = true; enable = true;
settings = { settings = {
PasswordAuthentication = false; PasswordAuthentication = true;
PermitRootLogin = "no"; PermitRootLogin = "no";
}; };
}; };