feat: run ai agents on homelab (#251)

* feat: run ai agents on kana & ruby

* fix: upload vm
This commit is contained in:
Ryan Yin
2026-03-17 10:31:18 +08:00
committed by GitHub
parent 424b000ab5
commit 3dbc94c3de
11 changed files with 157 additions and 15 deletions

View File

@@ -81,7 +81,7 @@ export def upload-vm [
nix build $target
}
let remote = $"ryan@rakushun:/data/caddy/fileserver/vms/kubevirt-($name).qcow2"
rsync -avz --progress --copy-links --checksum result $remote
let remote = $"root@192.168.5.178:/data/caddy/fileserver/vms/kubevirt-($name).qcow2"
rsync -avz --progress --copy-links --checksum result/nixos-image-*.qcow2 $remote
}