From 254a6808bc67f78d3118747627114e24ea7b0d38 Mon Sep 17 00:00:00 2001 From: oskar Date: Wed, 24 Jun 2026 23:37:34 +0200 Subject: [PATCH] =?UTF-8?q?fix(piha):=20capabilities=20=E2=80=94=20realny?= =?UTF-8?q?=20RAM/NVMe=20+=20gitignore=20build=20dirs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit hosts/piha/capabilities.yaml: memory 4→8 GB, storage sd-card/32 GB → NVMe ~477 GB (/home 410 GB) .gitignore: packages/*/build/ i jobs/*/build/ (wyciekały po pip install -e) Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 2 ++ hosts/piha/capabilities.yaml | 7 ++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 87b6af8..d839d11 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,8 @@ __pycache__/ venv/ .venv/ *.egg-info/ +packages/*/build/ +jobs/*/build/ # Tools .aider* diff --git a/hosts/piha/capabilities.yaml b/hosts/piha/capabilities.yaml index 92b2d1f..137a1d5 100644 --- a/hosts/piha/capabilities.yaml +++ b/hosts/piha/capabilities.yaml @@ -5,7 +5,7 @@ capabilities: cores: 4 threads: 4 memory: - total_gb: 4 + total_gb: 8 acceleration: type: none @@ -15,8 +15,9 @@ capabilities: storage: persistence: persistent - type: sd-card - capacity_gb: 32 + type: nvme + capacity_gb: 477 + home_gb: 410 networking: reachability: tailscale-only