hyperhive/nix/templates/agent.nix

7 lines
209 B
Nix

{ ... }:
{
imports = [ ../agent-modules ];
# Entry-point for sub-agent containers. Referenced from `flake.nix`
# (`nixosConfigurations.agent-base`) and the meta-flake's
# `applied/<name>/flake.nix`.
}