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

@@ -31,6 +31,10 @@ let
])
++ [
];
home-modules = map mylib.relativeToRoot [
# host specific
"hosts/idols-${name}/home.nix"
];
};
systemArgs = modules // args;

View File

@@ -32,7 +32,8 @@ let
++ [
];
home-modules = map mylib.relativeToRoot [
"home/linux/tui.nix"
# host specific
"hosts/idols-${name}/home.nix"
];
};