fix gitea and stuff

This commit is contained in:
2025-02-01 23:10:51 -05:00
parent 141acf762a
commit 0c3a4b916d
3 changed files with 8 additions and 1 deletions

View File

@@ -102,6 +102,7 @@
services.openssh = {
enable = true;
settings = {
AllowUsers = [ username ];
PasswordAuthentication = false;
PermitRootLogin = "no";
};