hermes memory

This commit is contained in:
2026-05-30 19:48:59 -05:00
parent 5f994ccf0a
commit b661acc7f1
10 changed files with 177 additions and 18 deletions
+2 -5
View File
@@ -4,6 +4,7 @@
hyprland.url = "github:hyprwm/Hyprland";
hermes-agent.url = "github:NousResearch/hermes-agent";
agenix.url = "github:ryantm/agenix";
hjem = {
url = "github:feel-co/hjem";
@@ -26,7 +27,6 @@
{
self,
nixpkgs,
hermes-agent,
...
}@inputs:
let
@@ -51,10 +51,7 @@
nixos-vm2 = mkHost "nixos-vm2" [ ./hosts/nixos-vm2/configuration.nix ];
qemu-vm = mkHost "qemu-vm" [ ./hosts/qemu-vm/configuration.nix ];
goyplex-vm = mkHost "goyplex-vm" [ ./hosts/goyplex-vm/configuration.nix ];
hermes-vm = mkHost "hermes-vm" [
hermes-agent.nixosModules.default
./hosts/hermes-vm/configuration.nix
];
hermes-vm = mkHost "hermes-vm" [ ./hosts/hermes-vm/configuration.nix ];
};
};
}