fix gitea and stuff

This commit is contained in:
2025-02-01 23:10:51 -05:00
parent a22012df2c
commit 73111b87cf
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";
};