hermes memory
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user