Home Manager
First, you’ll need to have a Nix installation:
sh <(curl -L https://nixos.org/nix/install) --daemonThen exit your terminal and start it again, so that the Nix environment loads.
Next you need to get access to the cachix tool. This can be done using nix-shell:
nix-shell -I cachix=https://cachix.org/api/v1/install -p '(import <cachix> {}).cachix'Then with the previously generated token:
CACHIX_AGENT_TOKEN=... cachix deploy agent myagentYou should see an agent appear at your workspace.
Continue by making your first deployment for your agent.