fix?: +gitea

This commit is contained in:
2026-05-29 18:37:02 +03:00
parent 0835cf9b30
commit 0c45b64f1c
+4 -1
View File
@@ -336,7 +336,10 @@ in {
HTTP_PORT = 11011;
SSH_PORT = 11012;
};
database.type = "postgres";
database = {
type = "postgres";
user = "postgres";
};
};
# === WireGuard (disabled) ===