fix?: +gitea

This commit is contained in:
2026-05-29 18:37:02 +03:00
parent fe8ff3d895
commit 3130ae3dd7

View File

@@ -336,7 +336,10 @@ in {
HTTP_PORT = 11011; HTTP_PORT = 11011;
SSH_PORT = 11012; SSH_PORT = 11012;
}; };
database.type = "postgres"; database = {
type = "postgres";
user = "postgres";
};
}; };
# === WireGuard (disabled) === # === WireGuard (disabled) ===