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

21
hosts/idols-ruby/home.nix Normal file
View File

@@ -0,0 +1,21 @@
{
programs.gh.enable = true;
programs.git.enable = true;
programs.zellij.enable = true;
programs.bash.enable = true;
programs.nushell.enable = true;
programs.starship = {
enable = true;
enableBashIntegration = true;
enableNushellIntegration = true;
};
programs.neovim = {
enable = true;
viAlias = true;
vimAlias = true;
};
home.stateVersion = "25.11";
}