Install hermes agent
This commit is contained in:
parent
51fc84335e
commit
56dbe76ed4
4 changed files with 32 additions and 3 deletions
|
|
@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue