Skip to main content
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 ~root/.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
I