Skip to main content

Documentation Index

Fetch the complete documentation index at: https://www.jetify.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

If the current Nix installation is multi-user, this command grants the Nix daemon access to Devbox caches by making the following changes:
  • Adds the current user to Nix’s list of trusted users in the system nix.conf.
  • Adds the cache credentials to ~/.aws/config.
Configuration requires sudo, but only needs to happen once. The changes persist across Devbox accounts and organizations. This command is a no-op for single-user Nix installs that aren’t running the Nix daemon.
  devbox cache configure [flags]

Options

OptionDescription
--user stringThe OS user to configure Nix for. Defaults to the current user.
-h, --helphelp for configure
-q, --quietsuppresses logs
Edit this page