Install hermes agent

This commit is contained in:
Tobias Ostner 2026-05-29 18:13:02 +02:00
parent 51fc84335e
commit 56dbe76ed4
4 changed files with 32 additions and 3 deletions

View file

@ -4,9 +4,10 @@
sops-nix.url = "github:Mic92/sops-nix";
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
checker.url = "git+https://codeberg.org/oibot/checker.git";
hermes-agent.url = "github:NousResearch/hermes-agent";
};
outputs = { self, nixpkgs, sops-nix, checker, ... }:
outputs = { self, nixpkgs, sops-nix, checker, hermes-agent, ... }:
let
system = "x86_64-linux";
in {
@ -27,6 +28,8 @@
./modules/nextcloud.nix
./modules/totap.nix
./modules/checker.nix
hermes-agent.nixosModules.default
./modules/hermes-agent.nix
];
};
};