diff options
| author | Domen Kožar <domen@dev.si> | 2023-07-12 16:46:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-12 16:46:02 +0100 |
| commit | c80294ef26ff5c896534101f8aa8d9f30bd1f3d5 (patch) | |
| tree | f4b7cec0eb71b467f032030627b4fa1c579097cd /modules | |
| parent | adc6a88ff17e55ec6a6522c9a37a2ead26a3ed7a (diff) | |
Update modules/services/cachix-agent.nix
Co-authored-by: Michael Hoang <Enzime@users.noreply.github.com>
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/services/cachix-agent.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/services/cachix-agent.nix b/modules/services/cachix-agent.nix index 7d16da4..68bc61c 100644 --- a/modules/services/cachix-agent.nix +++ b/modules/services/cachix-agent.nix @@ -37,7 +37,7 @@ in { type = types.path; default = "/etc/cachix-agent.token"; description = lib.mdDoc '' - Required file that needs to contains: + Required file that needs to contain: export CACHIX_AGENT_TOKEN=... ''; |
